Skip to content

error launching Utility Panels #61

Description

@quickfold

Thanks for making this into an add-on! I'm using Freeplane 12.12 portable (.paf installer for PortableApps) on Win11. After install and Freeplane restart, when I try to launch it from the Tools menu, I get this:

Error executing the script:

  • startup failed:
    • 1.12.x\addons\utilityPanels\scripts\UtilityPanels.groovy:2617:
      Can't have an abstract method in a non-abstract class. The class 'UtilityPanels$33$1' must be declared abstract or the method 'void scrollNodeToCenter(org.freeplane.features.map.NodeModel, boolean)' must be implemented.
      @ line 2617, column 81.
      transfer = new IMapSelection() { ... }

    • 1.12.x\addons\utilityPanels\scripts\UtilityPanels.groovy:2617:
      Can't have an abstract method in a non-abstract class. The class 'UtilityPanels$33$1' must be declared abstract or the method 'void scrollNodeToCenter(org.freeplane.features.map.NodeModel)' must be implemented.
      @ line 2617, column 81.
      transfer = new IMapSelection() { ... }

    • 1.12.x\addons\utilityPanels\scripts\UtilityPanels.groovy:2617:
      Can't have an abstract method in a non-abstract class. The class 'UtilityPanels$33$1' must be declared abstract or the method 'void scrollNodeTreeToVisible(org.freeplane.features.map.NodeModel, boolean)' must be implemented.
      @ line 2617, column 81.
      transfer = new IMapSelection() { ... }

    • 1.12.x\addons\utilityPanels\scripts\UtilityPanels.groovy:2618:
      Method 'centerNode' from class 'UtilityPanels$33$1' does not override method from its superclass or interfaces but is annotated with @OverRide.
      @ line 2618, column 25.
      @OverRide

    • 1.12.x\addons\utilityPanels\scripts\UtilityPanels.groovy:2623:
      Method 'centerNodeSlowly' from class 'UtilityPanels$33$1' does not override method from its superclass or interfaces but is annotated with @OverRide.
      @ line 2623, column 25.
      @OverRide

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions