source: josm/trunk/src/org/openstreetmap/josm/corrector/ReverseWayTagCorrector.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11069   8 years simon04 fix #10260 - Do not switch (absolute) cardinal directions / degrees
(edit) @11061   8 years simon04 fix #10260 - Warning on reversing ways with direction-dependent nodes
(edit) @10125   8 years Don-vip refactor classes from corrector package, add javadoc
(edit) @9539   8 years simon04 fix #10290 - Improve ReverseWayNoTagCorrector It evaluates its own …
(edit) @8919   9 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) @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) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8443   9 years Don-vip remove extra whitespaces
(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) @8180   9 years stoecker fix #10977 - reverse way handling of left/right together with oneway
(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) @6326   10 years Don-vip see #9172 - additional typo changes
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(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) @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) @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) @3413   14 years bastiK applied #5266 (patch by Nakor) - Ask only for changed values when …
(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) @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) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(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) @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) @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) @1195   15 years stoecker fixed relation handling, applied language patches
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1002   16 years framm - fix code that would not compile under Java 1.5
(edit) @1000   16 years stoecker applied correction patch by Robin Rattay
(edit) @764   16 years stoecker Updated automatic tag corrections
(add) @729   16 years stoecker added automatic tag correction system by Robin Rattay
Note: See TracRevisionLog for help on using the revision log.