source: josm/trunk/src/org/openstreetmap/josm/gui/DefaultNameFormatter.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10238   8 years Don-vip sonar - squid:S1873 - "static final" arrays should be "private"
(edit) @10044   8 years Don-vip sonar - squid:S1641 - Sets with elements that are enum values should …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9706   8 years simon04 Refactoring (Java 7 compare functions)
(edit) @9473   8 years simon04 fix #12343 - Display at most 20 primitives for some confirmation …
(edit) @9203   8 years Don-vip add more unit tests, javadoc
(edit) @8882   9 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(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) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7305   10 years Don-vip fix #10239 - proper display of bidirectional texts (osm primitives …
(edit) @7187   10 years Don-vip fix #10079 - typos in messages and javadoc
(edit) @7119   10 years Don-vip code refactoring/cleanup/javadoc + fix bug in preset text comparator …
(edit) @7112   10 years simon04 fix #9880 - Recognise building=(!yes) relations as buildings (name …
(edit) @7098   10 years Don-vip fix #9632 - fix relation comparator
(edit) @7018   10 years Don-vip refactor duplicated code
(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) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6804   10 years simon04 fix #9668 - Sort entries in validation results naturally
(edit) @6367   10 years Don-vip Sonar/Findbugs - unused code
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5847   11 years Don-vip Search: fix invalid results for nodes: operator with closed ways
(edit) @5750   11 years Don-vip fix #8481 - RelationComparator does not detect equal relations
(edit) @5710   11 years Don-vip fix #8419 - RelationComparator considers different relations equal …
(edit) @5346   12 years Don-vip fix #7867, see #7505, see #7847 - Handle deleted nodes without …
(edit) @5328   12 years bastiK fix NPE as deleted nodes can have null coordinates now (see #7847)
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5132   12 years simon04 fix #7513 - Warn non-experts when combining ways with conflicting tags …
(edit) @5083   12 years simon04 fix #7246 - sort relations "naturally" (e.g., US 2 < US 10), thanks: …
(edit) @5059   12 years simon04 fix #6561 - fix several overflowing dialog texts
(edit) @4882   12 years simon04 fix #7349 - relation shows up as "ref"
(edit) @4807   12 years akks Fix: Building address was not displayed in 'selected' list (regression …
(edit) @4744   12 years Don-vip Building presets
(edit) @4477   13 years bastiK fixed #6813 - Quote characters not displayed in relations "note" …
(edit) @4431   13 years jttt Custom primitive name formatters via tagging presets
(edit) @4324   13 years xeen (probably) fix #3122
(edit) @4290   13 years stoecker fix #6357 - patch by simon04 - validator: false error warning - …
(edit) @4209   13 years bastiK #6535 - Allow plugins to modify default name formatter (patch by Don-vip)
(edit) @4144   13 years stoecker see #6064 - better handling of translation of relations
(edit) @4100   13 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(edit) @4070   13 years jttt Fix #6275 Sort relations numerically
(edit) @3918   13 years stoecker fix #5976 - support relation names for place relations
(edit) @3887   13 years stoecker fix #5932
(edit) @3389   14 years bastiK fixed #5228 - type=line (bus-)relation is translated to "Freileitung …
(edit) @3291   14 years stoecker fix #4414 - draw selected relation and selected elements a bit different
(edit) @3286   14 years stoecker fix #4765 - improve selection history
(edit) @3271   14 years stoecker translate polygon names
(edit) @3268   14 years stoecker improve naming of relations
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2973   14 years jttt Fix #4519 JOSM doesn't show nor find token (negative) IDs
(edit) @2893   14 years bastiK display admin_level in the relation list (and everywhere else a string …
(edit) @2885   14 years bastiK Show in relation list if a relation has incomplete members. Remove …
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2750   14 years Gubaer applied #4298: patch by vsandre: displayed relation name
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2689   14 years Gubaer new: Changeset Cache Manager for querying, downloading, browsing, and …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2563   14 years Gubaer fixed #3400: relation editor: improvement to highlight an element …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2476   14 years Gubaer Removed indication of "errors" in the default name formatter.
(edit) @2464   14 years jttt Addition to #3955 fix, getErrors() is used twice in this class.…
(edit) @2463   14 years stoecker fix #3955 - NPE
(edit) @2462   14 years stoecker fixed 3941 - build issue
(edit) @2452   14 years jttt - removed mappaintVisibleCode from OsmPrimitive (should not be …
(edit) @2436   14 years Gubaer Improved counting of nodes in DefaultNameFormatter
(edit) @2385   14 years Gubaer applied #3786: patch by Daeron: JOSM doesn't count duplicate nodes in …
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2136   15 years Gubaer fixed #3328: show note= again at relations
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @1997   15 years Gubaer fixed #3328: show note= again at relations
(add) @1990   15 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
Note: See TracRevisionLog for help on using the revision log.