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