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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10125   8 years Don-vip refactor classes from corrector package, add javadoc
(edit) @9975   8 years Don-vip sonar - make some final fields static too, use Collection.isEmpty(), …
(edit) @9539   8 years simon04 fix #10290 - Improve ReverseWayNoTagCorrector It evaluates its own …
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @9062   8 years Don-vip Sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @8919   8 years Don-vip move UserCancelException class in tools package and use it where …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8408   9 years Klumbumbus fix #11246 - add warning for way direction change of man_made_embankment
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8374   9 years Don-vip code style - Unnecessary Final Modifier
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8180   9 years stoecker fix #10977 - reverse way handling of left/right together with oneway
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6987   10 years Don-vip sonar - fix some more issues
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6944   10 years Don-vip fix #3764 - should fix UI problem in tag correction dialog (cannot …
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6326   10 years Don-vip see #9172 - additional typo changes
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6223   11 years Don-vip Sonar - fix various violations
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5787   11 years Don-vip fix #8518 - Incorrect automatic tag correction when reversing a way
(edit) @5777   11 years Don-vip fix #8499 - Over-sensitive directional tag detection
(edit) @5732   11 years Don-vip fix #4664 - Add new tags for directional tags
(edit) @5724   11 years Don-vip fix #4664 - warn when reverting a way with direction defined by tag
(edit) @5721   11 years Don-vip fix #8381 - no warning about left / right when combining ways and …
(edit) @5599   11 years simon04 fix #8188 - oneway:*=* not warning, if way direction changed
(edit) @5077   12 years xeen Bring area icon to most (all?) places in core. Fixes #6318 (related: #7036)
(edit) @4390   13 years simon04 fix #5991, fix #6317 - improve automatic tag correction
(edit) @4345   13 years stoecker fix #6678 - patch by simon04 - don't suggest tag correction for comments
(edit) @3916   13 years stoecker fix 5991 - don't suggest a reversed tag correction for names
(edit) @3479   14 years jttt cosmetics
(edit) @3413   14 years bastiK applied #5266 (patch by Nakor) - Ask only for changed values when …
(edit) @3385   14 years jttt Fix warnings
(edit) @3317   14 years stoecker allow to search incomplete elements again
(edit) @3210   14 years bastiK autocompletion rework; breaks tageditor plugin and possibly other …
(edit) @3190   14 years stoecker fixes #4080
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2853   14 years mjulius fix messages for the rest
(edit) @2683   14 years mjulius fixes #4149 - exception when undoing reversal of way with tag …
(edit) @2676   14 years jttt Fix some of the warnings found by FindBugs
(edit) @2611   14 years mjulius fixes #4104 - reversing of way does not update direction dependent roles
(edit) @2573   14 years stoecker applied #4068 - patch by mjulius - fix combine way and way reversing
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1990   15 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
(edit) @1938   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1930   15 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1925   15 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1862   15 years jttt Way refactoring - added method that will in future replace public …
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1762   15 years Gubaer added: improved tag editor grid in relation editor (borrowed code from …
(edit) @1706   15 years stoecker fixed some design issues
(edit) @1617   15 years stoecker fix #2645 - patch by Teemu Koskinen - cleanup relation role handling …
(edit) @1614   15 years stoecker fix #2642 - patch by Teemu Koskinen - TagCorrector didn't work …
(edit) @1613   15 years stoecker fixed #2172 - Teemu Koskinen - ReverseWayTagCorrector's role …
(edit) @1205   15 years stoecker fix bug #1949 and some other minor issues
(edit) @1195   15 years stoecker fixed relation handling, applied language patches
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1107   15 years framm - import cosmetics
(edit) @1101   15 years framm fix tag corrector to allow the swapping of keys between two tags. …
(edit) @1002   16 years framm - fix code that would not compile under Java 1.5
(edit) @1001   16 years stoecker fixed incomplete ckeckin
(edit) @1000   16 years stoecker applied correction patch by Robin Rattay
(edit) @764   16 years stoecker Updated automatic tag corrections
(edit) @732   16 years framm - fixed "override" bugs that made josm not compile
(add) @729   16 years stoecker added automatic tag correction system by Robin Rattay
Note: See TracRevisionLog for help on using the revision log.