source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11414   7 years stoecker see #12706 - small cleanup
(edit) @11413   7 years stoecker see #12706 - better equals function and better difference description
(edit) @11412   7 years stoecker see #12706 - switch to geojson
(edit) @11411   7 years stoecker see #12706 - improve shape difference display, ignore shapes …
(edit) @11410   7 years stoecker see #12706 - show mismatching shape information
(edit) @11409   7 years Klumbumbus fix #14141 - adjust type => substance validator warning to avoid false …
(edit) @11408   7 years Don-vip fix #14135 - regression from r11395
(edit) @11407   7 years Klumbumbus don't warn about "lanes without highway" if lanes is used at …
(edit) @11406   7 years Klumbumbus fix #14125 - remove warning if lanes>2 and lanes is an even number but …
(edit) @11405   7 years Don-vip fix asserts
(edit) @11404   7 years Don-vip replace groovy validator unit tests by java ones
(edit) @11403   7 years Don-vip replace groovy validator unit tests by java ones
(edit) @11402   7 years Don-vip sonar - squid:ClassVariableVisibilityCheck - Class variable fields …
(edit) @11401   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11400   7 years Don-vip drop old stuff
(edit) @11399   7 years Don-vip sonar - squid:S2095 - Resources should be closed
(edit) @11398   7 years Klumbumbus fix #14114 - add warning for amenity=social_facility without …
(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) @11395   7 years Don-vip refactor duplicated code
(edit) @11394   7 years Don-vip simplify preference settings equals handling (already performed by …
(edit) @11393   7 years Don-vip code style
(edit) @11392   7 years Don-vip sonar - squid:S1206 - "equals(Object obj)" and "hashCode()" should be …
(edit) @11391   7 years Don-vip update to equalsverifier 2.1.8
(edit) @11390   7 years Don-vip findbugs - DM_EXIT, DMI_HARDCODED_ABSOLUTE_FILENAME
(edit) @11389   7 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE
(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) @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) @11382   7 years Don-vip update to jacoco 0.7.8
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11380   7 years Don-vip findbugs - ignore UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @11379   7 years Don-vip update new TLD from IANA
(edit) @11378   7 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @11377   7 years Don-vip findbugs - SE_BAD_FIELD
(edit) @11376   7 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @11375   7 years Don-vip findbugs - disable RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
(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) @11372   7 years simon04 I18n update
(edit) @11371   7 years Klumbumbus warn if lanes>2 but no lanes:forward and lanes:backward or oneway is …
(edit) @11370   7 years Don-vip javadoc
(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) @11367   7 years Don-vip javadoc + diamond operator
(edit) @11366   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11365   7 years Don-vip fix #14090 - use DefaultListSelectionModel adjusting selection mode to …
(edit) @11364   7 years Klumbumbus see #10976 - disable autofix for footway to sidewalk warning if …
(edit) @11363   7 years Klumbumbus don't warn if walking route relations with religion tag don't have an …
(edit) @11362   7 years Don-vip fix recent Java warnings
(edit) @11361   7 years bastiK see #10387 - use path winding rule instead of Area.subtract
(edit) @11360   7 years bastiK fixed #10387 - efficiency for "inside(...)" function in MapCSS
(edit) @11359   7 years bastiK update netbeans project
(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) @11354   7 years Don-vip fix #14078 - NPE
(edit) @11353   7 years Klumbumbus see #13804 - move parking in "{0} inside {1}" validator group
(edit) @11352   7 years Don-vip javadoc
(edit) @11351   7 years Don-vip findbugs - SE_BAD_FIELD_INNER_CLASS
(edit) @11350   7 years Don-vip fix unit test
(edit) @11349   7 years Don-vip javadoc
(edit) @11348   7 years Don-vip findbugs - fix some SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11347   7 years wiktorn Fix mis-reporting unsupported projections String.split() on empty …
(edit) @11346   7 years Klumbumbus * fix #14034 - add shop=dairy to presets and mappaint style, icon from …
(edit) @11345   7 years simon04 fix #14059 - Unmaintained plugins: NanoLog, irsrectify, surveyor2
(edit) @11344   7 years Don-vip javadoc
(edit) @11343   7 years Don-vip findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some …
(edit) @11342   7 years Don-vip javadoc
(edit) @11341   7 years simon04 Search menu items: display shortcut
(edit) @11340   7 years simon04 fix #13950 see #12030 - Custom interchanged shortcuts are broken
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11338   7 years Klumbumbus see #14057 - validate direction values (forgotten part of r11337)
(edit) @11337   7 years Klumbumbus * fix #14057 - validate direction values, deprecate direction=up/down …
(edit) @11336   7 years simon04 see #13799 see #14040 - Make TestError#getPrimitives return an …
(edit) @11335   7 years simon04 fix #13948 fix #14040 - UnsupportedOperationException in ValidatorTreePanel
(edit) @11334   7 years simon04 see #13717 - ConvertToDataLayerAction: use GpxConstants
(edit) @11333   7 years simon04 fix #14056 - Add src to GPX to OSM data layer conversion (patch by …
(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) @11329   7 years simon04 see #13201 - OsmUrlToBounds: also take Geo URLs into account This …
(edit) @11328   7 years simon04 I18n update
(edit) @11327   7 years Don-vip add building=bungalow to default presets (used more than 10.000 times)
(edit) @11326   7 years Don-vip code refactorization, javadoc
(edit) @11325   7 years Don-vip ignore test committed by mistake
(edit) @11324   7 years Don-vip findbugs
(edit) @11323   7 years Don-vip fix #14016 - NPE
(edit) @11322   7 years Don-vip fix #14032 - include editor (retrieved from created_by changeset …
(edit) @11321   7 years Don-vip fix #14049 - NPE
(edit) @11320   7 years wiktorn Better handle of null in readBytesFromStream. See: #14033
(edit) @11319   7 years wiktorn Fix NPE when stream is null (ex. null error stream when no useful …
(edit) @11318   7 years Don-vip refactor conflict classes
(edit) @11317   7 years Don-vip fix OsmUrlToBoundsTest
(edit) @11316   7 years Don-vip findbugs - SA_FIELD_DOUBLE_ASSIGNMENT - proper fix
(edit) @11315   7 years Don-vip findbugs - UC_USELESS_OBJECT
Note: See TracRevisionLog for help on using the revision log.