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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10381   8 years Don-vip see #12959 - fix javadoc warning
(edit) @10380   8 years Don-vip fix #12963 - ConcurrentModificationException in …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10377   8 years Don-vip update new TLD from IANA
(edit) @10376   8 years Klumbumbus fix #12961 - don't warn about unclosed natural=cave
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10363   8 years stoecker gsoc-core - patch by Michael Zangl - fix #12955 - remove deprecation usage
(edit) @10346   8 years Don-vip fix #12936 - Do not use clone() on Dataset (patch by michael2402) - …
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10341   8 years Don-vip update new TLD from IANA
(edit) @10338   8 years Don-vip update to Commons Validator 1.5.1
(edit) @10336   8 years Don-vip fix equals method for BBox class
(edit) @10334   8 years Don-vip fix equals methods for Coordinate classes
(edit) @10332   8 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10323   8 years wiktorn Block/Indexed cache enhancements. * introduce a BooleanProperty that …
(edit) @10322   8 years Don-vip fix #12894 - JOSM does not start with Java 9b116+
(edit) @10321   8 years Don-vip update new TLD from IANA
(edit) @10312   8 years Don-vip sonar - squid:S2384 - Mutable members should not be stored or returned …
(edit) @10311   8 years Don-vip update new TLD from IANA
(edit) @10309   8 years Don-vip sonar - squid:S1182 - Classes that override "clone" should be …
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10307   8 years Don-vip change log level to trace
(edit) @10306   8 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10305   8 years Don-vip sonar - various code cleanup fixes
(edit) @10303   8 years Don-vip sonar - squid:S2164 - Math should not be performed on floats
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10299   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10298   8 years Don-vip update new TLD from IANA
(edit) @10297   8 years bastiK fixed #12885 - new method to add validator test from plugin (based on …
(edit) @10294   8 years Don-vip sonar - squid:S1848 - refactor URL checks
(edit) @10292   8 years Don-vip sonar - squid:S2275 - Format specifiers should be used instead of …
(edit) @10290   8 years Don-vip update new TLD from IANA
(edit) @10284   8 years Don-vip update new TLD from IANA
(edit) @10275   8 years Don-vip update new TLD from IANA
(edit) @10271   8 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10261   8 years Don-vip update new TLD from IANA
(edit) @10255   8 years Don-vip update new TLD from IANA
(edit) @10254   8 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10250   8 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @10247   8 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
(edit) @10244   8 years Don-vip findbugs - BIT_SIGNED_CHECK
(edit) @10243   8 years Don-vip update new TLD from IANA
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10234   8 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10224   8 years Don-vip fix unwanted warning when parsing comments in tagchecker files
(edit) @10223   8 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10215   8 years Don-vip findbugs - MS_MUTABLE_COLLECTION
(edit) @10214   8 years Don-vip findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10211   8 years Don-vip update new TLD from IANA
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10206   8 years Don-vip update new TLD from IANA
(edit) @10204   8 years Don-vip see #12841 - ignore splitted roundabouts in roundabout validation test
(edit) @10202   8 years Don-vip increase code coverage
(edit) @10201   8 years Don-vip add more unit tests
(edit) @10199   8 years Don-vip fix unit tests
(edit) @10187   8 years Don-vip update new TLD from IANA
(edit) @10185   8 years Don-vip sonar - squid:S2245 - Pseudorandom number generators (PRNGs) should …
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10175   8 years Don-vip fix #12813 - adapt GPX color scale bar to system of measurement for …
(edit) @10170   8 years Don-vip update new TLD from IANA
(edit) @10169   8 years wiktorn Restore IndexDiskCache that was switched off in [9142]
(edit) @10154   8 years Don-vip update new TLD from IANA
(edit) @10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
(edit) @10151   8 years Don-vip update new TLD from IANA
(edit) @10147   8 years Don-vip update new TLD from IANA
(edit) @10144   8 years Don-vip code refactoring - strip actions from LayerListDialog to new package …
(edit) @10141   8 years simon04 Validate that stop position lies on public transport route
(edit) @10137   8 years Don-vip sonar, javadoc
(edit) @10134   8 years Don-vip sonar, javadoc
(edit) @10126   8 years Don-vip update new TLD from IANA - version 2016040900
(edit) @10125   8 years Don-vip refactor classes from corrector package, add javadoc
(edit) @10118   8 years Don-vip update new TLD from IANA - version 2016040601
(edit) @10112   8 years Don-vip update new TLD from IANA - version 2016040501
(edit) @10104   8 years Don-vip update new TLD from IANA - version 2016040300
(edit) @10098   8 years Don-vip add more unit tests
(edit) @10092   8 years Don-vip update new TLD from IANA - version 2016033100
(edit) @10087   8 years wiktorn Make minimum and maximum cache expires for imagery adjustable
(edit) @10080   8 years Don-vip fix #12699 - disable long segment validator warning for ferry ways
(edit) @10063   8 years Don-vip fix #12691 - Include custom presets, map paint styles and validator …
(edit) @10060   8 years Don-vip see #11924 - remove deprecated code, reduce double precision in unit …
(edit) @10046   8 years Don-vip sonar - squid:S1449 - Locale should be used in String operations sonar …
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10042   8 years Don-vip update new TLD from IANA - version 2016032600
(edit) @10040   8 years Don-vip fix #12680 - Documentation and cleanup on predicates (patch by …
(edit) @10038   8 years Don-vip update new TLD from IANA - version 2016032401
(edit) @10034   8 years Don-vip update new TLD from IANA - version 2016032201
(edit) @10033   8 years Don-vip fix #12632 - Use WGS84 Ellipsoid constant instead of fixed value for R
(edit) @10014   8 years Don-vip update new TLD from IANA - version 2016031900
(edit) @10009   8 years Don-vip fix #12634 - Make filled area of validation layer transparent (patch …
(edit) @10006   8 years Don-vip fix #12639 - NPE in History Window for primitives with more than 100 …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9999   8 years Don-vip sonar - do not copy collection contents from one to another with a loop
(edit) @9998   8 years Don-vip sonar - remove fields used as local variables only
Note: See TracRevisionLog for help on using the revision log.