source: josm/trunk/src/org/openstreetmap/josm/data/osm/TagCollection.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12549   7 years Don-vip sonar - squid:S4034 - "Stream.anyMatch()" should be preferred
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11097   8 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10736   8 years Don-vip fix #13271 - Make TagCollection count the occurence of tags (patch by …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @7743   9 years Don-vip fix #10775 - allow to sum all numeric values as conflict resolution of …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6823   10 years bastiK #8902 Small performance enhancements / coding style (patch by …
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5724   11 years Don-vip fix #4664 - warn when reverting a way with direction defined by tag
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5058   12 years simon04 fix #7201 - combining ways screws up the order of ref tags (handling …
(edit) @4749   12 years jttt Fix #7201 combining ways screws up the order of ref tags
(edit) @4746   12 years jttt Fix #7201 combining ways screws up the order of ref tags
(edit) @4291   13 years stoecker fix #6254- patch by simon04 - Combine ways should merge multivalue …
(edit) @3206   14 years jttt Remove obsoleted methods from Dataset, replace some calls of …
(edit) @3137   14 years Gubaer added a few utility methods
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2996   14 years jttt Fix #4406 tags disapear: merging node with ID:0 and tag to existing …
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2845   14 years mjulius fix messages for data
(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) @2305   14 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(add) @2008   15 years Gubaer new: tag conflict resolution when pasting tags (only if necessary) …
Note: See TracRevisionLog for help on using the revision log.