|
|
@13852
|
7 years |
Don-vip |
SonarQube - fix more code issues
|
|
|
@13513
|
7 years |
Don-vip |
fix #16078 - avoid NPE in PurgeCommand with null relations
|
|
|
@13434
|
7 years |
Don-vip |
see #8039, see #10456 - support read-only data layers
|
|
|
@13420
|
7 years |
bastiK |
fixed #11607 - RangeViolatedError: the new range must be within a …
|
|
|
@13206
|
7 years |
Don-vip |
enable PMD rule OptimizableToArrayCall
|
|
|
@13174
|
7 years |
Don-vip |
see #15310 - fix unit tests, warnings
|
|
|
@13173
|
7 years |
Don-vip |
see #15310 - remove most of deprecated APIs
|
|
|
@13158
|
7 years |
Don-vip |
javadoc
|
|
|
@13066
|
7 years |
Don-vip |
see #12347 - NPE
|
|
|
@13065
|
7 years |
Don-vip |
fix #12347 - Split way breaks destination_sign relations
|
|
|
@12901
|
7 years |
Don-vip |
SonarQube - squid:S1612 - Lambdas should be replaced with method references
|
|
|
@12869
|
7 years |
Don-vip |
see #15229 - see #15182 - SonarQube - squid:S2444 - make static fields …
|
|
|
@12846
|
7 years |
bastiK |
see #15229 - use Config.getPref() wherever possible
|
|
|
@12841
|
7 years |
bastiK |
see #15229 - fix deprecations caused by [12840]
|
|
|
@12828
|
7 years |
Don-vip |
see #15229 - see #15182 - see #13036 - convert SplitWayAction to …
|
|
|
@12809
|
7 years |
bastiK |
replace abstract class AbstractVisitor by interface …
|
|
|
@12778
|
7 years |
bastiK |
see #15229 - deprecate Projections#project and …
|
|
|
@12769
|
7 years |
Don-vip |
fix #15262 - see #13036 - fix regression in ChangePropertyCommand + …
|
|
|
@12763
|
7 years |
Don-vip |
see #15229 - see #15182 - see #13036 - remove last GUI stuff from …
|
|
|
@12760
|
7 years |
Don-vip |
see #15229 - see #15182 - see #13036 - remove more GUI stuff from …
|
|
|
@12759
|
7 years |
Don-vip |
fix #15252 - see #13036 - MoveCommand created without data set
|
|
|
@12749
|
7 years |
Don-vip |
see #15229 - see #15182 - see #13036 - remove GUI stuff from Command …
|
|
|
@12726
|
7 years |
Don-vip |
see #13036 - deprecate Command() default constructor, fix unit tests …
|
|
|
@12721
|
7 years |
Don-vip |
see #13036 - Do not call default Command() constructor from …
|
|
|
@12718
|
7 years |
Don-vip |
see #13036 - see #15229 - see #15182 - make Command s depends only on …
|
|
|
@12688
|
7 years |
Don-vip |
see #15182 - refactor PurgeAction /PurgeCommand to avoid unneeded …
|
|
|
@12672
|
7 years |
Don-vip |
see #15182 - move ConflictCollection from OsmDataLayer to …
|
|
|
@12663
|
7 years |
Don-vip |
see #15182 - move NameFormatter* from gui to data.osm
|
|
|
@12636
|
7 years |
Don-vip |
see #15182 - deprecate Main.getLayerManager() . Replacement: …
|
|
|
@12630
|
7 years |
Don-vip |
see #15182 - deprecate Main.map and Main.isDisplayingMapView() . …
|
|
|
@12620
|
7 years |
Don-vip |
see #15182 - deprecate all Main logging methods and introduce …
|
|
|
@12605
|
8 years |
Don-vip |
fix a major performance problem when purging a large number of …
|
|
|
@12581
|
8 years |
bastiK |
see #14794 - javadoc
|
|
|
@12356
|
8 years |
michael2402 |
CombineWayAction: Allow merging ways that are not in the current edit …
|
|
|
@12350
|
8 years |
michael2402 |
See #13036: Add data set tests to SelectCommand
|
|
|
@12349
|
8 years |
michael2402 |
Fix SelectCommand triggering a critical error when it is undone after …
|
|
|
@12348
|
8 years |
michael2402 |
See #13036: Add more consistency checks to move / delete command.
|
|
|
@12288
|
8 years |
Don-vip |
sonar - squid:S3516 - Methods returns should not be invariant
|
|
|
@11874
|
8 years |
Don-vip |
findbugs - UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD
|
|
|
@11848
|
8 years |
Don-vip |
fix #14613 - Special HTML characters not escaped in GUI error messages
|
|
|
@11747
|
8 years |
Don-vip |
checkstyle - NoWhiteSpaceBefore ...
|
|
|
@11733
|
8 years |
stoecker |
see #14526 - fix error handling in SequenceCommand
|
|
|
@11609
|
8 years |
Don-vip |
fix #14410 - AddPrimitivesCommand undo remove existing data (patch by …
|
|
|
@11608
|
8 years |
Don-vip |
fix #14402 - add blacklist for leisure area values to avoid false …
|
|
|
@11590
|
8 years |
Don-vip |
see #11924 - remove workarounds for jdk9 compilation problems with …
|
|
|
@11553
|
8 years |
Don-vip |
refactor handling of null values - use Java 8 Optional where possible
|
|
|
@11452
|
8 years |
Don-vip |
sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
|
|
|
@11374
|
8 years |
Don-vip |
sonar - squid:S00112 - Generic exceptions should never be thrown: …
|
|
|
@11362
|
8 years |
Don-vip |
fix recent Java warnings
|
|
|
@11357
|
8 years |
Don-vip |
findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
|
|
|
@11348
|
8 years |
Don-vip |
findbugs - fix some SIC_INNER_SHOULD_BE_STATIC_ANON
|
|
|
@11339
|
8 years |
simon04 |
Loop can be replaced with Collection.removeIf()
|
|
|
@11318
|
8 years |
Don-vip |
refactor conflict classes
|
|
|
@11243
|
8 years |
Don-vip |
see #10387 - fix unit tests
|
|
|
@11240
|
8 years |
Don-vip |
see #10387 - refactor various actions and commands so they can be used …
|
|
|
@11140
|
8 years |
michael2402 |
See #13724: Add validation to AddCommand, too.
|
|
|
@11070
|
8 years |
simon04 |
see #13724 - refactor constructors and add parameters validation to …
|
|
|
@10970
|
8 years |
Don-vip |
see #13491 - remove unused parameter
|
|
|
@10948
|
8 years |
Don-vip |
fix #13491 - fix EDT violation (patch by Gerd Petermann, modified)
|
|
|
@10804
|
9 years |
Don-vip |
fix #13350 - Copy&pasting an object is not considered a change (patch …
|
|
|
@10680
|
9 years |
Don-vip |
sonar - pmd:UseVarargs - Use Varargs
|
|
|
@10671
|
9 years |
Don-vip |
see #12472 - fix "MissingCasesInEnumSwitch" warnings
|
|
|
@10663
|
9 years |
Don-vip |
fix #13223 - Minor command class fixes (patch by michael2402, …
|
|
|
@10599
|
9 years |
Don-vip |
see #11390 - sonar - squid:S1610 - Java 8: Abstract classes without …
|
|
|
@10467
|
9 years |
Don-vip |
fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
|
|
|
@10452
|
9 years |
Don-vip |
fix #13019 - Make commands trigger an implicit layer redraw (patch by …
|
|
|
@10413
|
9 years |
Don-vip |
fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
|
|
|
@10378
|
9 years |
Don-vip |
Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
|
|
|
@10364
|
9 years |
stoecker |
gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
|
|
|
@10308
|
9 years |
Don-vip |
sonar - squid:S1854 - Dead stores should be removed
|
|
|
@10250
|
9 years |
Don-vip |
findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
|
|
|
@10248
|
9 years |
Don-vip |
findbugs - NM_CONFUSING
|
|
|
@10216
|
9 years |
Don-vip |
findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
|
|
|
@10174
|
9 years |
Don-vip |
fix coverity 1354674, 1354675
|
|
|
@10125
|
9 years |
Don-vip |
refactor classes from corrector package, add javadoc
|
|
|
@9989
|
9 years |
Don-vip |
sonar - Methods should not be empty
|
|
|
@9971
|
9 years |
Don-vip |
sonar - use diamond operator when possible (some cases cause …
|
|
|
@9473
|
9 years |
simon04 |
fix #12343 - Display at most 20 primitives for some confirmation …
|
|
|
@9377
|
9 years |
simon04 |
Java 7: use Objects.equals and Objects.hash (fixup r9371)
|
|
|
@9371
|
9 years |
simon04 |
Java 7: use Objects.equals and Objects.hash
|
|
|
@9243
|
9 years |
Don-vip |
javadoc update
|
|
|
@9231
|
9 years |
Don-vip |
javadoc update
|
|
|
@9072
|
9 years |
Don-vip |
partial revert of r9070 - make build run with Java 9 again
|
|
|
@9070
|
9 years |
Don-vip |
Sonar - squid:S2293 - The diamond operator ("<>") should be used
|
|
|
@9067
|
9 years |
Don-vip |
sonar - Immutable Field
|
|
|
@9062
|
9 years |
Don-vip |
Sonar - squid:S1941 - Variables should not be declared before they are …
|
|
|
@8975
|
9 years |
simon04 |
fix #12041 - Wrong message in relation member deletion confirmation
|
|
|
@8961
|
9 years |
Don-vip |
fix #12019 - NPE with ChangePropertyCommand called on objects without …
|
|
|
@8945
|
9 years |
Don-vip |
fix #12008 - do not create empty commands from tagging preset dialog + …
|
|
|
@8941
|
9 years |
Don-vip |
fix #12004 - suggest to replace source:maxspeed=UK:* by …
|
|
|
@8931
|
9 years |
Don-vip |
javadoc fixes
|
|
|
@8914
|
9 years |
Don-vip |
improve unit tests
|
|
|
@8910
|
9 years |
Don-vip |
add unit test for ConflictAddCommand
|
|
|
@8855
|
9 years |
Don-vip |
sonar - Unused private method should be removed
sonar - Unused …
|
|
|
@8846
|
9 years |
Don-vip |
sonar - fb-contrib - minor performance improvements:
* Method passes …
|
|
|
@8840
|
9 years |
Don-vip |
sonar - squid:S3052 - Fields should not be initialized to default values
|
|
|
@8777
|
9 years |
Don-vip |
Basic Java 9 support: make code compile, and Linux scripts detect it
|
|
|
@8549
|
10 years |
bastiK |
applied #11628 - Added documentation to EastNorth, changed x - y = …
|
|
|
@8540
|
10 years |
Don-vip |
fix remaining checkstyle issues
|
|
|
@8512
|
10 years |
Don-vip |
checkstyle: redundant modifiers
|
|
|