source: josm/trunk/src/org/openstreetmap/josm/gui/tagging/ac

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13121   6 years Don-vip fix #15547 - fix major performance drawback of AutoCompletionSet
(edit) @12865   7 years Don-vip see #11390 - SonarQube - squid:S3824 - "Map.get" and value test should …
(edit) @12859   7 years Don-vip see #15229 - see #15182 - deprecate non-GUI AutoCompletion* classes …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12758   7 years Don-vip see #15229 - see #15182 - deprecate …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12042   7 years bastiK applied #13956 - memory optimization with presets cache (patch by GerdP)
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11384   7 years Don-vip findbugs - EQ_DOESNT_OVERRIDE_EQUALS, MS_MUTABLE_COLLECTION_PKGPROTECT
(edit) @11366   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @10689   8 years Don-vip see #11390, see #12890 - Use Java 8 Function
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(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) @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) @10254   8 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10137   8 years Don-vip sonar, javadoc
(edit) @10132   8 years Don-vip see #12720 - fix potential NPEs
(edit) @10102   8 years Don-vip fix #12720 - NPE
(edit) @9576   8 years Don-vip code refactoring for unit tests / headless mode
(edit) @9575   8 years Don-vip add unit tests
(edit) @9484   8 years simon04 Refactoring: add JosmComboBox.getEditorComponent, Javadoc
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9266   8 years simon04 Refactoring: move getMatchingPresets to TaggingPresets and add …
(edit) @9231   8 years Don-vip javadoc update
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8958   8 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(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) @8786   9 years simon04 fix #11626 - <checkgroup> blocks auto completion and match=*
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8481   9 years akks see #11209: potentially fix input method switching problems
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8463   9 years Don-vip see #11209 - switch input method as soon as option selected + detect …
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8441   9 years Don-vip see #11209 - add debug messages
(edit) @8429   9 years Don-vip fix #11485 - robustness to JDK-6322854 when dealing with system selection
(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) @8387   9 years Don-vip fix some Findbugs warnings
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(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) @8268   9 years simon04 fix #9533 - Do not autocomplete in combo boxes unless cursor is at the end
(edit) @8267   9 years simon04 fix #10720 - Auto completion changing default values in presets
(edit) @8130   9 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
(edit) @8005   9 years Don-vip fix #11064 - disable undo/redo feature for table cell editors
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7863   9 years Don-vip fix #10470 - fix invalid recognition of items in AutoCompletionComboBox
(edit) @7748   9 years Don-vip fix some Sonar issues recently introduced
(edit) @7725   9 years bastiK autocomplete: remember user input and prefer recently entered strings …
(edit) @7632   10 years Don-vip see #10647 - fix NPE
(edit) @7631   10 years Don-vip fix #10647 - Shortcuts are activated while in dialogs
(edit) @7556   10 years Don-vip fix #8262 - Relation editor: filter autocompletion of roles by …
(edit) @7509   10 years stoecker remove tabs
(edit) @7021   10 years Don-vip see #8465 - enable -Xlint:cast and fix associated warnings
(edit) @7015   10 years Don-vip see #8465 - fix generics for JComboBox/JList
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6912   10 years Don-vip Refactor duplicated code
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6437   10 years Don-vip fix #9354 - Add source key to autocompletion box in add/edit tag dialog
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(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) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6068   11 years akks see #8853: Massive (and dumb) refactoring of TaggingPreset class …
(edit) @5926   11 years bastiK clean up imports
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5791   11 years Don-vip see #8530 - workaround for NPE when loading "Steps properties" presets …
(edit) @5704   11 years akks see #8412, #4828: Add tag and Edit tag dialogs: added context menu …
(edit) @5579   11 years Don-vip see #8180 - Presets: Allow length of input box for text
(edit) @5520   12 years Don-vip fix #8088 - Width of edit box for long values
(edit) @5483   12 years Don-vip see #8012 - fix #8013 - Fix bad handling of Strings in AutoCompletingBoxes
(edit) @5479   12 years Don-vip fix #8003 - Recently used tag button does not fill in last used …
(edit) @5450   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5429   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5196   12 years simon04 tagging presets: fix customized matching for combo elements (broken …
(edit) @4949   12 years xeen fix indentation issues in last commit
(edit) @4948   12 years xeen fix #5117 – the selection buffer (middle mouse paste) on *nix systems …
(edit) @4869   12 years jttt Use final were appropriate
Note: See TracRevisionLog for help on using the revision log.