source: josm/trunk/src/org/openstreetmap/josm/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12599   7 years Don-vip fix #15150 - catch NoClassDefFoundError in PluginProxy
(edit) @12336   7 years michael2402 Add trace logging if plugin class is not found in dependency class loader.
(edit) @12323   7 years bastiK see #14901 - some cleanup
(edit) @12322   7 years bastiK fixed #14901 - restrict plugin classpath Separate class loader for …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12273   7 years Don-vip fix #14850 - NPE on launch: make sure RestartAction (and all the GUI …
(edit) @12218   7 years Don-vip code cleanup - catch ReflectiveOperationException when possible
(edit) @11974   7 years Don-vip add unit tests, javadoc
(edit) @11946   7 years Don-vip see #13754 - deprecate imageryadjust plugin
(edit) @11904   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11530   7 years Klumbumbus OpenStreetCam plugin replaced OpenStreetView plugin
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11345   7 years simon04 fix #14059 - Unmaintained plugins: NanoLog, irsrectify, surveyor2
(edit) @11344   7 years Don-vip javadoc
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @10987   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10982   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @10965   8 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @10963   8 years stoecker don't reference plugins already included in core
(edit) @10952   8 years Don-vip simplify uses of PrintWriter
(edit) @10800   8 years Don-vip fix #13331 - Use progressive form 'Determining' instead of 'Determine'
(edit) @10781   8 years simon04 fix #11874 - No progress bar while downloading plugins
(edit) @10768   8 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
(edit) @10708   8 years Don-vip fix #13254 - Deprecate proj4j plugin
(edit) @10696   8 years simon04 Status report: distinguish +active vs. -inactive style/preset/rule entries
(edit) @10647   8 years Don-vip see #11390 - use functional comparators
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10616   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10493   8 years Don-vip josm-geojson plugin renamed to geojson
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10358   8 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10294   8 years Don-vip sonar - squid:S1848 - refactor URL checks
(edit) @10245   8 years Don-vip findbugs - CI_CONFUSED_INHERITANCE
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10238   8 years Don-vip sonar - squid:S1873 - "static final" arrays should be "private"
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10143   8 years Don-vip unban CADTools - see https://github.com/ROTARIUANAMARIA/CADTools/issues/1
(edit) @10125   8 years Don-vip refactor classes from corrector package, add javadoc
(edit) @10123   8 years Don-vip fix unit test failing with clean jenkins workspace
(edit) @10121   8 years Don-vip add more debug messages + assertions to debug failing unit test
(edit) @10093   8 years Don-vip add more unit tests
(edit) @10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
(edit) @10050   8 years Don-vip add more unit tests
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9983   8 years Don-vip remove unused code
(edit) @9972   8 years Don-vip sonar - remove unnecessary fully qualified names
(edit) @9917   8 years Don-vip better handling of HelpAwareOptionPane.showOptionDialog in headless mode
(edit) @9870   8 years Don-vip PluginHandler: deprecate kendzi3d-jogl plugin, remove unused code, …
(edit) @9645   8 years Don-vip fix findbugs issue RV_RETURN_VALUE_IGNORED_BAD_PRACTICE for …
(edit) @9634   8 years Don-vip fix findbugs/coverity issues
(edit) @9627   8 years stoecker fix a Coverity issuea and r9626
(edit) @9621   8 years Don-vip see #10588 - properly manage exception feedback in PluginDownloadTask. …
(edit) @9616   8 years Don-vip fix unit test (forgot data file + headless mode)
(edit) @9309   8 years simon04 see #12292 - Allow to disconnect HttpClient in connecting phase
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @9280   8 years Don-vip improve performance and simplify file copy operations (major …
(edit) @9231   8 years Don-vip javadoc update
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9168   8 years simon04 see #12231 - Uniform access to HTTP resources
(edit) @9141   8 years Don-vip ImproveOsm plugin replaces missingRoads and trafficFlowDirection
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9062   8 years Don-vip Sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @9059   8 years Don-vip checkstyle
(edit) @8953   8 years Don-vip better detection of plugin loading failures for unit test
(edit) @8944   8 years Don-vip see #11468, #11518: missed another dummy plugin: RemoveRedundantPoints …
(edit) @8943   8 years Don-vip deprecate commons-imaging plugin in favour of apache-commons + fix …
(edit) @8939   8 years Don-vip fix problems seen in headless environment for jenkins
(edit) @8938   8 years Don-vip add new unit test to check that all available plugins can be loaded
(edit) @8928   8 years Don-vip javadoc fixes
(edit) @8882   9 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8776   9 years simon04 see #11843 - Run plugin tasks in the same thread Before, a separate …
(edit) @8773   9 years Don-vip fix #11882 - ImageryCache plugin wasn't properly deprecated
(edit) @8772   9 years Don-vip remove deprecated code from jmapviewer, deprecate plugin …
(edit) @8745   9 years simon04 see #11428 - Deprecate mirrored_download plugin which is part of core
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8506   9 years Don-vip fix some Sonar issues
(edit) @8471   9 years Don-vip offer to automatically download missing required plugins and restart. …
Note: See TracRevisionLog for help on using the revision log.