Plugins: deprecated API to be removed

Paul Hartmann phaaurlt at gmail.com
Sun Oct 22 22:15:10 UTC 2017


On 21.10.2017 17:49, Holger Mappt wrote:
> Hi,
> 
> Is the sonar the right place to see what is deprecated, i.e. what needs 
> to be changed? [1]
> [...]
> [1] 
> https://josm.openstreetmap.de/sonar/project/issues?id=josm-plugins&resolved=false&rules=squid%3ACallToDeprecatedMethod 

Possible, but the normal way would be to have the java compiler output 
deprecation warnings (use compiler option -Xlint:deprecation for javac 
to see details).

Paul



More information about the josm-dev mailing list