|
|
@10454
|
9 years |
Don-vip |
fix #12999 - Exception after resolving conflicts (patch by …
|
|
|
@10428
|
9 years |
stoecker |
see #9995 - patch mainly by strump - improve HIDPI behaviour
|
|
|
@10420
|
9 years |
Don-vip |
sonar - squid:S1166 - Exception handlers should preserve the original …
|
|
|
@10386
|
9 years |
Don-vip |
gsoc-core - remove more deprecation warnings
|
|
|
@10378
|
9 years |
Don-vip |
Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
|
|
|
@10358
|
9 years |
stoecker |
see #9995 - improve handling for HIDPI screens, patch by strump …
|
|
|
@10308
|
9 years |
Don-vip |
sonar - squid:S1854 - Dead stores should be removed
|
|
|
@10223
|
9 years |
Don-vip |
findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
|
|
|
@10217
|
9 years |
Don-vip |
findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
|
|
|
@10212
|
9 years |
Don-vip |
sonar - squid:S2221 - "Exception" should not be caught when not …
|
|
|
@10207
|
9 years |
Don-vip |
remove MultiSplitLayout parsing features (code previously used only by …
|
|
|
@10191
|
9 years |
Don-vip |
fix #7302 - Field showing name of object under cursor is often too …
|
|
|
@10181
|
9 years |
Don-vip |
sonar - squid:S2184 - Math operands should be cast before assignment
|
|
|
@10179
|
9 years |
Don-vip |
sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
|
|
|
@10173
|
9 years |
Don-vip |
sonar - squid:S1186 - Methods should not be empty
|
|
|
@10073
|
9 years |
Don-vip |
refactor duplicated code
|
|
|
@10070
|
9 years |
Don-vip |
refactor duplicated code
|
|
|
@10046
|
9 years |
Don-vip |
sonar - squid:S1449 - Locale should be used in String operations
sonar …
|
|
|
@10043
|
9 years |
Don-vip |
sonar - squid:S2325 - "private" methods that don't access instance …
|
|
|
@10003
|
9 years |
Don-vip |
sonar - fix consecutive literal appends
|
|
|
@10001
|
9 years |
Don-vip |
sonar - Local variable and method parameter names should comply with a …
|
|
|
@9991
|
9 years |
Don-vip |
sonar - fix comment indentation
|
|
|
@9983
|
9 years |
Don-vip |
remove unused code
|
|
|
@9981
|
9 years |
Don-vip |
fix some unused code warnings
|
|
|
@9978
|
9 years |
Don-vip |
sonar - remove useless initializations
|
|
|
@9970
|
9 years |
Don-vip |
sonar - remove useless parentheses
|
|
|
@9854
|
9 years |
Don-vip |
sonar - squid:S2272 - "Iterator.next()" methods should throw …
|
|
|
@9687
|
9 years |
bastiK |
applied #12380 - fixed confirmation of overwriting existing file …
|
|
|
@9674
|
9 years |
Don-vip |
code style (checkstyle, sonar)
|
|
|
@9670
|
9 years |
bastiK |
applied #12392 - default filename when saving layer (patch by kolesar)
|
|
|
@9665
|
9 years |
stoecker |
fix eol-style issues and similar formating stuff, see #12410
|
|
|
@9590
|
9 years |
Don-vip |
fix #12394 - native file chooser was empty when setSelectedFile …
|
|
|
@9576
|
9 years |
Don-vip |
code refactoring for unit tests / headless mode
|
|
|
@9546
|
9 years |
Don-vip |
add more unit tests, fix packages, rename manual functional unit tests …
|
|
|
@9497
|
9 years |
Don-vip |
reduce duplicated code
|
|
|
@9484
|
9 years |
simon04 |
Refactoring: add JosmComboBox.getEditorComponent , Javadoc
|
|
|
@9463
|
9 years |
bastiK |
applied #12368 - disable focus on multiline labels (patch by kolesar)
|
|
|
@9390
|
9 years |
simon04 |
see #12224 - Search menu-items/presets: allow to select exacly 1 item
|
|
|
@9372
|
9 years |
simon04 |
Checkstyle
|
|
|
@9360
|
9 years |
simon04 |
fix #12286 - Preset dialog: display the related key in a tooltip for …
|
|
|
@9347
|
9 years |
simon04 |
fix #12224 - Dialog for "Search menu items"
This places the "Search …
|
|
|
@9346
|
9 years |
simon04 |
fix #10773 - Improve map status display for projected coordinate systems
|
|
|
@9257
|
9 years |
simon04 |
NativeFileChooser: fix setting previous directory
With file=/tmp on …
|
|
|
@9231
|
9 years |
Don-vip |
javadoc update
|
|
|
@9175
|
9 years |
simon04 |
see #12231 - Use HttpClient instead of remaining Utils.setupURLConnection
|
|
|
@9078
|
9 years |
Don-vip |
sonar - Immutable Field
|
|
|
@9074
|
9 years |
Don-vip |
pmd - Ternary operator with a boolean literal can be simplified with a …
|
|
|
@9059
|
9 years |
Don-vip |
checkstyle
|
|
|
@8985
|
10 years |
Don-vip |
checkstyle
|
|
|
@8979
|
10 years |
simon04 |
see #9463 - Refactoring
* Refactor SearchCompiler to work with …
|
|
|
@8967
|
10 years |
Don-vip |
fix #12027 - handle missing SVG files in help window
|
|
|
@8933
|
10 years |
Don-vip |
fix #11262 - Images not displayed correctly in Help Browser
|
|
|
@8929
|
10 years |
Don-vip |
javadoc fixes
|
|
|
@8870
|
10 years |
Don-vip |
sonar - squid:S2325 - "private" methods that don't access instance …
|
|
|
@8846
|
10 years |
Don-vip |
sonar - fb-contrib - minor performance improvements:
* Method passes …
|
|
|
@8840
|
10 years |
Don-vip |
sonar - squid:S3052 - Fields should not be initialized to default values
|
|
|
@8836
|
10 years |
Don-vip |
fix Checkstyle issues
|
|
|
@8795
|
10 years |
Don-vip |
fix javadoc errors/warnings seen with JDK9
|
|
|
@8777
|
10 years |
Don-vip |
Basic Java 9 support: make code compile, and Linux scripts detect it
|
|
|
@8624
|
10 years |
bastiK |
add missing svn:eol-style=native
|
|
|
@8540
|
10 years |
Don-vip |
fix remaining checkstyle issues
|
|
|
@8513
|
10 years |
Don-vip |
checkstyle: blocks
|
|
|
@8512
|
10 years |
Don-vip |
checkstyle: redundant modifiers
|
|
|
@8510
|
10 years |
Don-vip |
checkstyle: enable relevant whitespace checks and fix them
|
|
|
@8509
|
10 years |
Don-vip |
fix many checkstyle violations
|
|
|
@8496
|
10 years |
simon04 |
fix #11505 - Download objects: load a range of OSM objects (modified …
|
|
|
@8486
|
10 years |
Don-vip |
Remove unused method parameter(s) in private methods
|
|
|
@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
|
|
|
@8444
|
10 years |
Don-vip |
remove extra whitespaces
|
|
|
@8440
|
10 years |
Don-vip |
fix javadoc warnings
|
|
|
@8419
|
10 years |
Don-vip |
Sonar: various code style cleanup:
- fix copyright
- classes that …
|
|
|
@8415
|
10 years |
Don-vip |
code style/cleanup - Uncommented Empty Constructor
|
|
|
@8413
|
10 years |
Don-vip |
code style - A close curly brace should be located at the beginning of …
|
|
|
@8404
|
10 years |
Don-vip |
When doing a String.toLowerCase()/toUpperCase() call, use a …
|
|
|
@8399
|
10 years |
Don-vip |
see #11397, see #11447 - partial revert of r8308 (SONARJAVA-1061: FP …
|
|
|
@8392
|
10 years |
Don-vip |
remove useless code (Method implemented with an exact copy of its …
|
|
|
@8390
|
10 years |
Don-vip |
Sonar - various performance improvements
|
|
|
@8379
|
10 years |
Don-vip |
Consecutively calls to StringBuffer/StringBuilder .append should reuse …
|
|
|
@8378
|
10 years |
Don-vip |
fix copyright/license headers globally
|
|
|
@8377
|
10 years |
Don-vip |
performance - remove useless boxing of boolean constants
|
|
|
@8376
|
10 years |
Don-vip |
code style - remove useless calls to toString()
|
|
|
@8345
|
10 years |
Don-vip |
code style - Useless parentheses around expressions should be removed …
|
|
|
@8342
|
10 years |
Don-vip |
code style - Close curly brace and the next "else", "catch" and …
|
|
|
@8318
|
10 years |
Don-vip |
fix various Sonar issues:
- squid:S1068: Unused private fields should …
|
|
|
@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 …
|
|
|
@8290
|
10 years |
Don-vip |
code cleanup
|
|
|
@8282
|
10 years |
stoecker |
fix handling of khmer a bit
|
|
|
@8126
|
10 years |
Don-vip |
fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
|
|
|
@8093
|
10 years |
stoecker |
javadoc fixes
|
|
|
@8038
|
10 years |
Don-vip |
fix #11093 - workaround for Java bug JDK-6322854 in JosmTextField. Use …
|
|
|
@8005
|
10 years |
Don-vip |
fix #11064 - disable undo/redo feature for table cell editors
|
|
|
@8002
|
10 years |
Don-vip |
fix #11046 - add Redo action, bound to Ctrl-Y in JosmTextField. Don't …
|
|
|
@8000
|
10 years |
Don-vip |
fix #11046 - bind Undo action to Ctrl-Z in JosmTextField
|
|
|
@7937
|
10 years |
bastiK |
add subversion property svn:eol=native
|
|
|
@7896
|
10 years |
Don-vip |
fix font problems with Khmer. Only tested on Java 8/Windows 7 right now.
|
|
|
@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
|
|
|