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) @19320   2 months stoecker see #24104 - drop deprecated elements which aren't used anywhere
(edit) @19106   10 months taylor.smock Cleanup some new PMD warnings from PMD 7.x (followup of r19101)
(edit) @19050   12 months taylor.smock Revert most var changes from r19048, fix most new compile warnings …
(edit) @18801   21 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18692   2 years taylor.smock Fix #21965: Reuse same instance of "<different>" for consistency …
(edit) @18334   3 years Don-vip fix #21507 - fix autocompletion error with Japanese IME (patch by marcello)
(edit) @18305   3 years Don-vip fix #21505 - fix most of javadoc warnings, remove deprecated code
(edit) @18258   4 years Don-vip see #21408 - fixups (patch by marcello)
(edit) @18236   4 years Don-vip fix #21375 - exempt <different> from max length restriction (patch by …
(edit) @18221   4 years Don-vip fix #21319 - Refactoring of class hierarchy around JosmComboBox / …
(edit) @18211   4 years Don-vip global use of !Utils.isEmpty/isBlank
(edit) @18193   4 years Don-vip fix javadoc warnings
(edit) @18192   4 years Don-vip fix #21279 - fix NPE (patch by marcello, modified)
(edit) @18173   4 years Don-vip fix #20690 - fix #21240 - Refactoring of UploadDialog, HistoryComboBox …
(edit) @18170   4 years Don-vip fix #21244 - Fix misspellings in comments (patch by gaben)
(edit) @18141   4 years Don-vip fix PMD violations
(edit) @18125   4 years Don-vip fix #21198 - fix use of Enter key in AutoCompletingComboBox dropdown …
(edit) @18098   4 years Don-vip fix #20134 - hopefully fix #20690 too - fix AutoCompletingComboBox …
(edit) @17585   4 years simon04 see #20613 - Use Tagged.visitKeys() Avoids creating a temporary …
(edit) @17333   4 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @16553   5 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16436   5 years simon04 see #19251 - Java 8: use Stream
(edit) @15885   5 years simon04 fix #18709 - Add Tag Dialog: disable auto completion during use of …
(edit) @15837   5 years simon04 AutoCompletingComboBoxDocument: no need for separate comboBox field
(edit) @15835   5 years simon04 fix #14088 - Add tags dialog: use okay button icon from matching …
(edit) @15736   5 years simon04 Java 8: simplify Stream API usage
(edit) @15567   5 years Don-vip fix #18401 - Advanced options to disable autocomplete in add tags …
(edit) @15011   6 years GerdP fix #15558: apply 15558-v3.patch
(edit) @14502   6 years GerdP fix #17064
(edit) @14479   6 years GerdP see #17040 Clean refs to Dataset in AutoCompletionManager when …
(edit) @13573   7 years Don-vip fix #15825 - catch IAE to add robustness with Devanagari script
(edit) @13434   7 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13174   7 years Don-vip see #15310 - fix unit tests, warnings
(edit) @13173   7 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13170   7 years Don-vip see #13747 - fix focus/selection issues in presets dialogs
(edit) @13139   7 years Don-vip fix #13747 - do not select all characters from a combobox when …
(edit) @13121   7 years Don-vip fix #15547 - fix major performance drawback of AutoCompletionSet
(edit) @12865   8 years Don-vip see #11390 - SonarQube - squid:S3824 - "Map.get" and value test should …
(edit) @12859   8 years Don-vip see #15229 - see #15182 - deprecate non-GUI AutoCompletion* classes …
(edit) @12846   8 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12758   8 years Don-vip see #15229 - see #15182 - deprecate …
(edit) @12630   8 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   8 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12042   8 years bastiK applied #13956 - memory optimization with presets cache (patch by GerdP)
(edit) @11746   8 years Don-vip PMD - Strict Exceptions
(edit) @11452   8 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11384   8 years Don-vip findbugs - EQ_DOESNT_OVERRIDE_EQUALS, MS_MUTABLE_COLLECTION_PKGPROTECT
(edit) @11366   8 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @10689   9 years Don-vip see #11390, see #12890 - Use Java 8 Function
(edit) @10627   9 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10626   9 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10611   9 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10604   9 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10308   9 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10254   9 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10228   9 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10137   9 years Don-vip sonar, javadoc
(edit) @10132   9 years Don-vip see #12720 - fix potential NPEs
(edit) @10102   9 years Don-vip fix #12720 - NPE
(edit) @9576   9 years Don-vip code refactoring for unit tests / headless mode
(edit) @9575   9 years Don-vip add unit tests
(edit) @9484   9 years simon04 Refactoring: add JosmComboBox.getEditorComponent, Javadoc
(edit) @9371   9 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9266   9 years simon04 Refactoring: move getMatchingPresets to TaggingPresets and add …
(edit) @9231   9 years Don-vip javadoc update
(edit) @9078   9 years Don-vip sonar - Immutable Field
(edit) @8958   9 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8863   10 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8855   10 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8840   10 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   10 years Don-vip fix Checkstyle issues
(edit) @8786   10 years simon04 fix #11626 - <checkgroup> blocks auto completion and match=*
(edit) @8624   10 years bastiK add missing svn:eol-style=native
(edit) @8513   10 years Don-vip checkstyle: blocks
(edit) @8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8481   10 years akks see #11209: potentially fix input method switching problems
(edit) @8470   10 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   10 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8465   10 years Don-vip minor code style issues
(edit) @8463   10 years Don-vip see #11209 - switch input method as soon as option selected + detect …
(edit) @8461   10 years Don-vip global use of String.isEmpty()
(edit) @8444   10 years Don-vip remove extra whitespaces
(edit) @8441   10 years Don-vip see #11209 - add debug messages
(edit) @8429   10 years Don-vip fix #11485 - robustness to JDK-6322854 when dealing with system selection
(edit) @8394   10 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8390   10 years Don-vip Sonar - various performance improvements
(edit) @8387   10 years Don-vip fix some Findbugs warnings
(edit) @8379   10 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8376   10 years Don-vip code style - remove useless calls to toString()
(edit) @8308   10 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   10 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8268   10 years simon04 fix #9533 - Do not autocomplete in combo boxes unless cursor is at the end
(edit) @8267   10 years simon04 fix #10720 - Auto completion changing default values in presets
(edit) @8130   10 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
(edit) @8005   10 years Don-vip fix #11064 - disable undo/redo feature for table cell editors
(edit) @7864   10 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7863   10 years Don-vip fix #10470 - fix invalid recognition of items in AutoCompletionComboBox
(edit) @7748   10 years Don-vip fix some Sonar issues recently introduced
(edit) @7725   10 years bastiK autocomplete: remember user input and prefer recently entered strings …
Note: See TracRevisionLog for help on using the revision log.