source: josm/trunk/src/org/openstreetmap/josm/plugins/ReadRemotePluginInformationTask.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @9634   8 years Don-vip fix findbugs/coverity issues
(edit) @9627   8 years stoecker fix a Coverity issuea and r9626
(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) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9062   8 years Don-vip Sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(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) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8290   9 years Don-vip code cleanup
(edit) @8093   9 years stoecker javadoc fixes
(edit) @7655   9 years stoecker support data: style URL's for icon in plugin list, see #10581, drop …
(edit) @7654   9 years stoecker support data: style URL's for icon in plugin list, see #10581
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7037   10 years Don-vip see #8465 - last batch of try-with-resources
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6839   10 years Don-vip do not block start when plugin list cannot be retrieved, save the …
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6257   11 years Don-vip fix #8862, see #9101 - UI message when plugin list/icons download fail
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @5926   11 years bastiK clean up imports
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5836   11 years stoecker javadoc fixes
(edit) @5601   11 years Don-vip fix #7680, fix #8209 - Better handling of plugin automatic updates …
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @4721   12 years bastiK use builder pattern for ImageProvider (see #7192)
(edit) @4612   12 years bastiK see #7027 - internal structures for preferences (expect some problems …
(edit) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @3730   13 years bastiK improve migration when remotecontrol plugin is removed (set …
(edit) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
(edit) @3479   14 years jttt cosmetics
(edit) @3380   14 years stoecker readded plugin checking
(edit) @3330   14 years bastiK added icons for plugin list
(edit) @3318   14 years stoecker don't delete old file when loading failed
(edit) @3287   14 years stoecker fix #4706 and fix #5066 - plugin handling
(edit) @3231   14 years stoecker fixed NPE
(edit) @3086   14 years Gubaer fixed #4665: Plugin Local version lower Offer version
(edit) @3084   14 years Gubaer fixed #4660: Local plugin list does not display umlauts Local cache …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3001   14 years Gubaer fixed #4542: don't offer build-in plugins for installation
(edit) @2826   14 years Gubaer fixed #2851: Proxy caching problem
(add) @2817   14 years Gubaer fixed #3063: Downloading a plugin yields 3 dialogs at the same time: …
Note: See TracRevisionLog for help on using the revision log.