Ignore:
Timestamp:
2023-05-26T16:46:48+02:00 (3 years ago)
Author:
taylor.smock
Message:

Fix #22968: ClassCastException in RoutingGraph#applyAlgorithm

The problem pretty much comes down to the active layer not being the routing
layer.

This additionally fixes many SonarLint issues and drops a dependency on log4j.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/routing/build.xml

    r35978 r36085  
    1212    <property name="plugin.icon" value="images/preferences/routing.png"/>
    1313    <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/Routing"/>
    14     <property name="plugin.requires" value="log4j"/>
    1514
    1615    <!--
Note: See TracChangeset for help on using the changeset viewer.