source: josm/trunk/src/org/openstreetmap/josm/gui/tagging/TagEditorModel.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10647   8 years Don-vip see #11390 - use functional comparators
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @9816   8 years Don-vip add more unit tests, javadoc, fix code style issues
(edit) @9657   8 years Don-vip fix #12410 - new button to refresh relation in relation editor (patch …
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9588   8 years Don-vip see #12412 - improve support of multipolygon presets type
(edit) @9246   8 years Don-vip javadoc update
(edit) @9231   8 years Don-vip javadoc update
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9059   8 years Don-vip checkstyle
(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) @8581   9 years Don-vip fix #11664 - fix regression of r8566 for relation editor
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7024   10 years Don-vip sonar - Variables should not be declared and then immediately returned …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6309   11 years simon04 fix #9068 - Warn about empty key/values on upload tags
(edit) @6258   11 years Don-vip Sonar/Findbugs - Performance - Inefficient use of keySet iterator …
(edit) @6092   11 years akks fix #7352: add "Paste tags" button to the relation editor
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6064   11 years akks see #8125, #6221 (possibly): improve TAB switching in Relation Editor
(edit) @5891   11 years stoecker fix javadoc
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @3640   14 years jttt Fix #5579 allow paste tags in the relation editor
(edit) @3518   14 years jttt - add New relation button to Preset dialog - add required attribute to …
(edit) @3141   14 years Gubaer small changes in tag editor panel
(edit) @3138   14 years Gubaer Cosmetics
(edit) @3137   14 years Gubaer added a few utility methods
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3013   14 years Gubaer fixed #4439: droping spaces in keys or value automatically
(edit) @3002   14 years Gubaer changing visibility of tags collection. Required for cleaning up …
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2974   14 years Gubaer fixed #4506: relation-editor: tag-delete-button does not work removed …
(edit) @2599   14 years Gubaer fixed #4130: Chunked upload mode counter is wrong fixed #4118: Upload …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2502   14 years Gubaer fixed #4007: Deleting/removing value of a key does not remove the key, …
(edit) @2115   15 years Gubaer new: reading open changesets from the server new: reading user info …
(edit) @2081   15 years Gubaer fixed #3393: loooong delay when using presets with a large osm file - …
(copy) @2040   15 years Gubaer improved upload dialog new: tags for changesets new: multiple uploads …
copied from trunk/src/org/openstreetmap/josm/gui/dialogs/relation/TagEditorModel.java
(edit) @1843   15 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
Note: See TracRevisionLog for help on using the revision log.