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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10247   9 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
(edit) @10244   9 years Don-vip findbugs - BIT_SIGNED_CHECK
(edit) @10243   9 years Don-vip update new TLD from IANA
(edit) @10242   9 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10235   9 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10234   9 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10228   9 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10224   9 years Don-vip fix unwanted warning when parsing comments in tagchecker files
(edit) @10223   9 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
(edit) @10216   9 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10215   9 years Don-vip findbugs - MS_MUTABLE_COLLECTION
(edit) @10214   9 years Don-vip findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
(edit) @10212   9 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10211   9 years Don-vip update new TLD from IANA
(edit) @10208   9 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10206   9 years Don-vip update new TLD from IANA
(edit) @10204   9 years Don-vip see #12841 - ignore splitted roundabouts in roundabout validation test
(edit) @10202   9 years Don-vip increase code coverage
(edit) @10201   9 years Don-vip add more unit tests
(edit) @10199   9 years Don-vip fix unit tests
(edit) @10187   9 years Don-vip update new TLD from IANA
(edit) @10185   9 years Don-vip sonar - squid:S2245 - Pseudorandom number generators (PRNGs) should …
(edit) @10181   9 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10179   9 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10175   9 years Don-vip fix #12813 - adapt GPX color scale bar to system of measurement for …
(edit) @10170   9 years Don-vip update new TLD from IANA
(edit) @10169   9 years wiktorn Restore IndexDiskCache that was switched off in [9142]
(edit) @10154   9 years Don-vip update new TLD from IANA
(edit) @10153   9 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
(edit) @10151   9 years Don-vip update new TLD from IANA
(edit) @10147   9 years Don-vip update new TLD from IANA
(edit) @10144   9 years Don-vip code refactoring - strip actions from LayerListDialog to new package …
(edit) @10141   9 years simon04 Validate that stop position lies on public transport route
(edit) @10137   9 years Don-vip sonar, javadoc
(edit) @10134   9 years Don-vip sonar, javadoc
(edit) @10126   9 years Don-vip update new TLD from IANA - version 2016040900
(edit) @10125   9 years Don-vip refactor classes from corrector package, add javadoc
(edit) @10118   9 years Don-vip update new TLD from IANA - version 2016040601
(edit) @10112   9 years Don-vip update new TLD from IANA - version 2016040501
(edit) @10104   9 years Don-vip update new TLD from IANA - version 2016040300
(edit) @10098   9 years Don-vip add more unit tests
(edit) @10092   9 years Don-vip update new TLD from IANA - version 2016033100
(edit) @10087   9 years wiktorn Make minimum and maximum cache expires for imagery adjustable
(edit) @10080   9 years Don-vip fix #12699 - disable long segment validator warning for ferry ways
(edit) @10063   9 years Don-vip fix #12691 - Include custom presets, map paint styles and validator …
(edit) @10060   9 years Don-vip see #11924 - remove deprecated code, reduce double precision in unit …
(edit) @10046   9 years Don-vip sonar - squid:S1449 - Locale should be used in String operations sonar …
(edit) @10043   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10042   9 years Don-vip update new TLD from IANA - version 2016032600
(edit) @10040   9 years Don-vip fix #12680 - Documentation and cleanup on predicates (patch by …
(edit) @10038   9 years Don-vip update new TLD from IANA - version 2016032401
(edit) @10034   9 years Don-vip update new TLD from IANA - version 2016032201
(edit) @10033   9 years Don-vip fix #12632 - Use WGS84 Ellipsoid constant instead of fixed value for R
(edit) @10014   9 years Don-vip update new TLD from IANA - version 2016031900
(edit) @10009   9 years Don-vip fix #12634 - Make filled area of validation layer transparent (patch …
(edit) @10006   9 years Don-vip fix #12639 - NPE in History Window for primitives with more than 100 …
(edit) @10001   9 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   9 years Don-vip sonar - fix various issues
(edit) @9999   9 years Don-vip sonar - do not copy collection contents from one to another with a loop
(edit) @9998   9 years Don-vip sonar - remove fields used as local variables only
(edit) @9997   9 years Don-vip sonar - various fixes + javadoc
(edit) @9994   9 years simon04 Fix drag-and-drop from selection list to relation member table
(edit) @9992   9 years Don-vip sonar - fix more issues
(edit) @9991   9 years Don-vip sonar - fix comment indentation
(edit) @9989   9 years Don-vip sonar - Methods should not be empty
(edit) @9983   9 years Don-vip remove unused code
(edit) @9981   9 years Don-vip fix some unused code warnings
(edit) @9980   9 years Don-vip sonar - code style + javadoc
(edit) @9979   9 years Don-vip see #12599, fix #12616 - Random repositioning of nodes (incomplete fix …
(edit) @9978   9 years Don-vip sonar - remove useless initializations
(edit) @9977   9 years Don-vip sonar - remove some transient modifiers
(edit) @9976   9 years Don-vip sonar - code simplification
(edit) @9975   9 years Don-vip sonar - make some final fields static too, use Collection.isEmpty(), …
(edit) @9974   9 years Don-vip sonar - rename fields to match code conventions, remove empty instruction
(edit) @9971   9 years Don-vip sonar - use diamond operator when possible (some cases cause …
(edit) @9970   9 years Don-vip sonar - remove useless parentheses
(edit) @9969   9 years Don-vip sonar - Avoid appending characters as strings in StringBuffer.append
(edit) @9966   9 years Don-vip sonar - remove redundant null-checks
(edit) @9965   9 years Don-vip fix #12282 - drop XML mappaint support - keep XML detection in order …
(edit) @9962   9 years Don-vip update new TLD from IANA - version 2016031001
(edit) @9961   9 years simon04 fix #12599 - Added/deleted "uninteresting" tags are "reverted" by …
(edit) @9955   9 years Don-vip see #11516 - fix javadoc warning
(edit) @9952   9 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9950   9 years simon04 see #11516 - Add Sinusoidal projection
(edit) @9949   9 years Don-vip remove deprecated stuff, code cleanup, javadoc, unit tests
(edit) @9941   9 years simon04 fix #12457 - Filter "modified" not updating after uploading changes
(edit) @9937   9 years simon04 see #8460 - Allow roundabouts in gap test
(edit) @9933   9 years simon04 see #8460 - Validate that public transport routes (version 2) do not …
(edit) @9932   9 years simon04 see #8460 - fix typo from r9931, fix matching, improve conditions, add …
(edit) @9929   9 years Don-vip findbugs
(edit) @9927   9 years Don-vip update new TLD from IANA - version 2016030500
(edit) @9922   9 years simon04 see #12570 - Group internet tags validator warnings Fix build due to …
(edit) @9921   9 years simon04 see #12570 - Group internet tags validator warnings
(edit) @9911   9 years simon04 Remove code to be removed end of 2015
(edit) @9910   9 years Don-vip update new TLD from IANA - version 2016030200
(edit) @9902   9 years wiktorn Final fix for #12573 - WMTS getCapabilities parser error. Unit tests …
(edit) @9900   9 years Don-vip fix #12377 - detect intersecting outer members in multipolygons
(edit) @9898   9 years Don-vip update new TLD from IANA - version 2016022800
(edit) @9895   9 years Don-vip see #12386 - add power=portal, power=terminal, power=insulator
(edit) @9891   9 years simon04 see #12300 - Make Drag and Drop work between different JOSM instances
Note: See TracRevisionLog for help on using the revision log.