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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11654   7 years Don-vip fix #14450 - Cannot add local imagery to toolbar
(edit) @11653   7 years Don-vip fix #14437 - NPE at AbstractProjection.latlon2eastNorth with Tools => …
(edit) @11651   7 years Don-vip FindBugs - MS_MUTABLE_COLLECTION
(edit) @11650   7 years Don-vip FindBugs - MS_MUTABLE_COLLECTION
(edit) @11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
(edit) @11647   7 years Don-vip see #14175 - refactor HistoryBrowserModel
(edit) @11646   7 years Don-vip see #14175 - refactor HistoryBrowserModel
(edit) @11641   7 years Don-vip do not fail fast (1s) when fetching imagery list, as JOSM server may …
(edit) @11637   7 years stoecker fix #13535 - fix FindBugs issue
(edit) @11636   7 years michael2402 Fix #14370: Allow all characters in plugin versions, except for ( and ).
(edit) @11633   7 years Don-vip fix #10638 - fix zoom problem when validating "Way connected to Area" …
(edit) @11628   7 years Don-vip see #3346 - remove debug info committed accidentally
(edit) @11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
(edit) @11623   7 years stoecker see #14120 - fix deprecation in core
(edit) @11621   7 years Don-vip checkstyle - fix CommentsIndentation errors
(edit) @11620   7 years Don-vip checkstyle - enable CatchParameterName rule
(edit) @11618   7 years Don-vip fix #11077 - Changeset with 50k/10k objects is not auto-closed
(edit) @11615   7 years Don-vip add javadoc
(edit) @11613   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11610   7 years Don-vip fix #13955 - Keystroke shift pressed ESCAPE is already assigned
(edit) @11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11606   7 years Don-vip fix #14374 - automatic tag conflict resolution of source for French …
(edit) @11604   7 years Don-vip sonar - squid:S1172 - Unused method parameters should be removed
(edit) @11601   7 years Don-vip error-prone: fix FallThrough errors
(edit) @11593   7 years simon04 Fix EDT violation in ChangesetCacheManager
(edit) @11589   7 years Don-vip fix #14391 - robustness to Linux systems preventing file watcher to …
(edit) @11587   7 years Don-vip checkstyle - enable BooleanExpressionComplexity / 6
(edit) @11581   7 years stoecker see #13470 - hopefully finally drop last remaining HTML imagery part
(edit) @11570   7 years stoecker add date field to imagery definition, allow to select mirror layers in …
(edit) @11568   7 years Don-vip silent checkstyle rule for GUI initialization stuff
(edit) @11566   7 years Don-vip fix #14343 - GPS heat map should also support point clouds (modified …
(edit) @11565   7 years michael2402 See #14370: Explain that pattern
(edit) @11564   7 years michael2402 See #14370: Allow a(lpha), b(eta) in plugin version names as well. …
(edit) @11563   7 years Don-vip fix #14370 - plugin list import function has trouble with more …
(edit) @11562   7 years Don-vip fix #14368 - java.util.regex.PatternSyntaxException: Unclosed group
(edit) @11558   7 years Don-vip fix #14359 - use correct listener to avoid spurious events called …
(edit) @11557   7 years Don-vip fix #14363 - proper handling of InterruptedException to avoid infinite loop
(edit) @11554   7 years Don-vip fix #14356 - make sure that workaround for JDK-6322854 is used everywhere
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11552   7 years Don-vip fix #14353 - robustness to systems not defining standard Java UI color …
(edit) @11551   7 years Don-vip fix #14353 - add synchronization to MainPanel
(edit) @11545   7 years Don-vip sonar - squid:S2197 - Modulus results should not be checked for direct …
(edit) @11544   7 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @11539   7 years Don-vip add unit test
(edit) @11538   7 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
(edit) @11536   7 years Don-vip sonar - fb-contrib:WOC_WRITE_ONLY_COLLECTION_FIELD - Correctness - …
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11534   7 years Don-vip sonar - fb-contrib:FCBL_FIELD_COULD_BE_LOCAL - Correctness - Class …
(edit) @11520   7 years Don-vip sonar - fb-contrib:ITU_INAPPROPRIATE_TOSTRING_USE - Correctness - …
(edit) @11519   7 years Don-vip sonar - fb-contrib:PDP_POORLY_DEFINED_PARAMETER - Correctness - Method …
(edit) @11510   7 years Don-vip sonar - fb-contrib:ACEM_ABSTRACT_CLASS_EMPTY_METHODS
(edit) @11509   7 years Don-vip fix #14305 - allow file:// URL for command-line argument …
(edit) @11508   7 years Don-vip fix #14282 - add robustness to GPX settings panel (patch by kidelo)
(edit) @11506   7 years Don-vip simplify MenuScroller
(edit) @11505   7 years Don-vip add non-regression unit test for #4539
(edit) @11496   7 years Don-vip findbugs - URF_UNREAD_FIELD
(edit) @11493   7 years Don-vip see #12627, see #14289 - add non regression unit tests
(edit) @11490   7 years Don-vip copy/paste error in comment
(edit) @11489   7 years Don-vip error-prone - enums should be immutable, and cannot have non-final fields
(edit) @11486   7 years Don-vip fix #14275 - robustness against invalid timestamps in GPX files
(edit) @11485   7 years wiktorn Fix NPE in RelationEditor Handle uncommon situation that user has no …
(edit) @11483   7 years Don-vip fix #14247 - add icon as a visual indication of chosen gpx heatmap …
(edit) @11482   7 years Don-vip see #13124 - fix the problem with the different projections (patch by …
(edit) @11474   7 years bastiK fixed #14244 - Expand combobox in preferences; add translation context
(edit) @11470   7 years bastiK see #13124 - better cache invalidation Fixes a problem when zoomed …
(edit) @11469   7 years bastiK see #13124 - fix some Heat Map issues (patch by kidelo)
(edit) @11466   7 years bastiK fixed #14252 - do not translate relation roles; add apostrophes
(edit) @11463   7 years Klumbumbus * fix #14239 - typo in documentation (patch by skyper) * fix #14236 - …
(edit) @11462   7 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11461   7 years Don-vip sonar - fb-contrib:SPP_USE_CONTAINSKEY - Style - Method calls keySet() …
(edit) @11459   7 years Don-vip sonar - squid:UselessParenthesesCheck - Useless parentheses around …
(edit) @11457   7 years Don-vip sonar - fb-contrib:IMC_IMMATURE_CLASS_IDE_GENERATED_PARAMETER_NAMES - …
(edit) @11455   7 years Don-vip sonar - findsecbugs:UNENCRYPTED_SOCKET - Security - Unencrypted Socket
(edit) @11454   7 years Don-vip sonar - fb-contrib:NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION - …
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11451   7 years Don-vip fix #13124 - Heat Map Extension (patch by kidelo)
(edit) @11438   7 years wiktorn Fix thread pool for WMS Because threds in WMS download ThreadPool …
(edit) @11436   7 years Don-vip fix recent Sonar issues
(edit) @11435   7 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @11434   7 years Don-vip fix #14181 - GeoImageLayer: Improvements of display of selected photo …
(edit) @11431   7 years Don-vip fix #13124 - Enhanced GPS data rendering: add new heatmap mode (patch …
(edit) @11425   7 years Don-vip fix #14179 - remove duplicated code
(edit) @11417   7 years Don-vip fix #14152 - NPE
(edit) @11416   7 years Don-vip fix #14151 - see #14042 - fix NPE properly (regression from r11306) + …
(edit) @11401   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11400   7 years Don-vip drop old stuff
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11396   7 years Don-vip sonar - pmd:AccessorClassGeneration
(edit) @11388   7 years Don-vip findbugs - BC_BAD_CAST_TO_CONCRETE_COLLECTION - remove Cloneable …
(edit) @11387   7 years Don-vip javadoc
(edit) @11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11384   7 years Don-vip findbugs - EQ_DOESNT_OVERRIDE_EQUALS, MS_MUTABLE_COLLECTION_PKGPROTECT
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11377   7 years Don-vip findbugs - SE_BAD_FIELD
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11370   7 years Don-vip javadoc
(edit) @11368   7 years Don-vip see #14043 - review use of short type
(edit) @11367   7 years Don-vip javadoc + diamond operator
(edit) @11366   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
Note: See TracRevisionLog for help on using the revision log.