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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11607   7 years Don-vip see #14374 - remove TigerUtils class, not used anymore
(edit) @11601   7 years Don-vip error-prone: fix FallThrough errors
(edit) @11600   7 years Don-vip fix #14402 - add whitelist for natural area values to avoid false …
(edit) @11594   7 years Don-vip see #14381 - don't try to display message dialog on headless …
(edit) @11590   7 years Don-vip see #11924 - remove workarounds for jdk9 compilation problems with …
(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) @11586   7 years Don-vip update new TLD from IANA
(edit) @11578   7 years stoecker fix #13470 - drop last remaining HTML imagery part
(edit) @11577   7 years Don-vip fix checkstyle violations
(edit) @11576   7 years Don-vip update new TLD from IANA
(edit) @11575   7 years stoecker see #12313 - add best marking and show it in image preferences
(edit) @11572   7 years stoecker fix imagery compare, add date check
(edit) @11571   7 years Don-vip update .classpath, checkstyle
(edit) @11570   7 years stoecker add date field to imagery definition, allow to select mirror layers in …
(edit) @11559   7 years Don-vip fix #14361 - WMTS: download only supported image formats
(edit) @11555   7 years Don-vip see #14346 - checkstyle
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11549   7 years bastiK applied #14346 Rotation angle for Transverse Mercator projection …
(edit) @11546   7 years Don-vip sonar - squid:S899 - Return values should not be ignored when they …
(edit) @11542   7 years stoecker null colors never worked in preferences and don't make much sense
(edit) @11537   7 years Don-vip sonar - fb-contrib:CCNE_COMPARE_CLASS_EQUALS_NAME - Correctness - …
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11528   7 years stoecker drop imagery entries which have an id, but are no longer in default …
(edit) @11527   7 years stoecker drop imagery entries which have an id, but are no longer in default list
(edit) @11521   7 years Don-vip sonar - fb-contrib:ISB_INEFFICIENT_STRING_BUFFERING - Performance - …
(edit) @11517   7 years Don-vip sonar - fb-contrib:OC_OVERZEALOUS_CASTING - Correctness - Method …
(edit) @11516   7 years Don-vip sonar - fb-contrib:SPP_USE_GET0 - Performance - Method uses …
(edit) @11510   7 years Don-vip sonar - fb-contrib:ACEM_ABSTRACT_CLASS_EMPTY_METHODS
(edit) @11503   7 years Don-vip see #14264 - checkstyle
(edit) @11499   7 years Klumbumbus fix #14264 - displaying oneway direction arrows of aerialways …
(edit) @11496   7 years Don-vip findbugs - URF_UNREAD_FIELD
(edit) @11489   7 years Don-vip error-prone - enums should be immutable, and cannot have non-final fields
(edit) @11475   7 years bastiK see #14252 - better wording in validator message
(edit) @11466   7 years bastiK fixed #14252 - do not translate relation roles; add apostrophes
(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) @11460   7 years Don-vip sonar - fb-contrib:COM_COPIED_OVERRIDDEN_METHOD - Style - Method is …
(edit) @11453   7 years Don-vip sonar - fb-contrib:BED_BOGUS_EXCEPTION_DECLARATION - Correctness - Non …
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11445   7 years Don-vip checkstyle
(edit) @11444   7 years wiktorn Fix disappearing download tasks. When ThreadPoolExecutor is adapting …
(edit) @11443   7 years Don-vip fix #14211, see #11924 - InaccessibleObjectException with JDK 9 b148+
(edit) @11441   7 years Don-vip fix #14202 - fix self-intersecting way test (patch by GerdP)
(edit) @11440   7 years Don-vip fix #14186 - ConcurrentModificationException in QuadBucketIterator …
(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) @11432   7 years Don-vip fix #14093 - don't autofix "Missing power tower/pole within power …
(edit) @11424   7 years Don-vip fix #10387, fix #12914 - enable territorial rules by default
(edit) @11418   7 years Don-vip update TLD from IANA
(edit) @11408   7 years Don-vip fix #14135 - regression from r11395
(edit) @11400   7 years Don-vip drop old stuff
(edit) @11399   7 years Don-vip sonar - squid:S2095 - Resources should be closed
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11395   7 years Don-vip refactor duplicated code
(edit) @11394   7 years Don-vip simplify preference settings equals handling (already performed by …
(edit) @11392   7 years Don-vip sonar - squid:S1206 - "equals(Object obj)" and "hashCode()" should be …
(edit) @11385   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) @11379   7 years Don-vip update new TLD from IANA
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11373   7 years bastiK see #14043 - move all flags constants to AbstractPrimitive (patch by …
(edit) @11369   7 years Don-vip see #14043 - restore short constants to their correct value
(edit) @11368   7 years Don-vip see #14043 - review use of short type
(edit) @11360   7 years bastiK fixed #10387 - efficiency for "inside(...)" function in MapCSS
(edit) @11358   7 years Don-vip update new TLD from IANA
(edit) @11357   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11356   7 years Don-vip update new TLD from IANA
(edit) @11355   7 years Don-vip update new TLD from IANA
(edit) @11351   7 years Don-vip findbugs - SE_BAD_FIELD_INNER_CLASS
(edit) @11349   7 years Don-vip javadoc
(edit) @11347   7 years wiktorn Fix mis-reporting unsupported projections String.split() on empty …
(edit) @11342   7 years Don-vip javadoc
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11336   7 years simon04 see #13799 see #14040 - Make TestError#getPrimitives return an …
(edit) @11332   7 years Don-vip javadoc
(edit) @11331   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11330   7 years Don-vip sonar - fix recent issues
(edit) @11316   7 years Don-vip findbugs - SA_FIELD_DOUBLE_ASSIGNMENT - proper fix
(edit) @11314   7 years Don-vip findbugs - SA_FIELD_DOUBLE_ASSIGNMENT
(edit) @11313   7 years Don-vip findbugs - NP_NULL_PARAM_DEREF
(edit) @11311   7 years Don-vip update new TLD from IANA
(edit) @11309   7 years Don-vip see #14015 see #13799 - remove deprecated stuff
(edit) @11307   7 years Don-vip fix #14040 see #13799 - Regression: primitives collection must support …
(edit) @11298   7 years simon04 Replace TestError#getSelectablePrimitives by Java 8 stream usage
(edit) @11294   7 years simon04 Fix http://errorprone.info/bugpattern/NarrowingCompoundAssignment
(edit) @11292   7 years simon04 see #14025 - Merge layers performance: run quick/decisive checks first
(edit) @11291   7 years simon04 see #14025 - Store workinprogress/uninteresting/discardable keys in HashSet
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11285   7 years michael2402 More Javadoc for AreaElement
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11273   7 years Don-vip update new TLD from IANA
(edit) @11272   7 years michael2402 See #13361: Cleanup code and formatting - Add javadoc to public …
(edit) @11269   7 years michael2402 Fix #13361: Use a more consistent invalid bbox for primitives. Patch …
(edit) @11268   7 years simon04 fix #13995 - Duplicate nodes validator warnings are not translated
(edit) @11257   7 years wiktorn Make DefaultLayer a type that can have layerName and tileMatrixSet As …
Note: See TracRevisionLog for help on using the revision log.