source: josm/trunk/src/org/openstreetmap/josm/tools

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9074   8 years Don-vip pmd - Ternary operator with a boolean literal can be simplified with a …
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @9072   8 years Don-vip partial revert of r9070 - make build run with Java 9 again
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9063   8 years bastiK mapcss: partial fill - if partial fill would only leave a small gap in …
(edit) @9062   8 years Don-vip Sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @9059   8 years Don-vip checkstyle
(edit) @9038   8 years Don-vip fix #12118 - NPE
(edit) @8997   8 years Don-vip checkstyle
(edit) @8994   8 years bastiK fixed #12025 - text along line rendering for bi-directional text
(edit) @8992   8 years Don-vip reduce log level from warning to debug for cursors not loaded in …
(edit) @8989   8 years simon04 fix #12041 - Wrong message in relation member deletion confirmation …
(edit) @8976   8 years simon04 fix #12016 - History dialog sometimes incorrectly shows a way as reversed
(edit) @8975   8 years simon04 fix #12041 - Wrong message in relation member deletion confirmation
(edit) @8972   8 years Don-vip see #12036 - Add Norwegian Bokmal language (nb)
(edit) @8952   8 years Don-vip see #12012 - add log message for shortcut reassignments
(edit) @8939   8 years Don-vip fix problems seen in headless environment for jenkins
(edit) @8934   8 years Don-vip see #11390 - rework update dialog
(edit) @8933   8 years Don-vip fix #11262 - Images not displayed correctly in Help Browser
(edit) @8928   8 years Don-vip javadoc fixes
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8924   8 years Don-vip update references to Java bugs
(edit) @8923   8 years Don-vip see #11390 - invite Windows and OSX users to update to Java 8
(edit) @8919   9 years Don-vip move UserCancelException class in tools package and use it where …
(edit) @8911   9 years simon04 GBC: improve Javadoc
(edit) @8903   9 years Don-vip fix #11968 - Show node icons from style in selection list and relation …
(edit) @8882   9 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(edit) @8849   9 years Don-vip sonar - squid:S1643 - Strings should not be concatenated using '+' in …
(edit) @8848   9 years Don-vip sonar - squid:S2131 - Primitives should not be boxed just for "String" …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(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) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8777   9 years Don-vip Basic Java 9 support: make code compile, and Linux scripts detect it
(edit) @8764   9 years Don-vip fix Checkstyle issues
(edit) @8756   9 years simon04 fix #10023 - Add history of Overpass queries
(edit) @8744   9 years simon04 see #11428 - Refactoring (class/package structure)
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8723   9 years simon04 see #11713 - use new interface ImageProcessor where applicable
(edit) @8722   9 years simon04 Fix typo in ImageOverlay
(edit) @8720   9 years simon04 fix #11583 - Add mnemonic key to "Search menu items": ALT+R R … …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8650   9 years wiktorn Follow HTTP(S) redirects in Add WMS wizzard / GetLayers. Closes: #11770
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8602   9 years wiktorn Properly handle file based tile sources. * move …
(edit) @8582   9 years Don-vip checkstyle
(edit) @8574   9 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8570   9 years Don-vip checkstyle
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8567   9 years Don-vip fix #11651 - whitechars stripping optimization (modified patch by …
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8564   9 years Don-vip fix #11649 - DateUtils optimization (modified patch by shinigami)
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8518   9 years Don-vip checkstyle: fix broken parsing of shortcuts
(edit) @8514   9 years Don-vip checkstyle: various checks
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8506   9 years Don-vip fix some Sonar issues
(edit) @8487   9 years Don-vip Hide implicit public constructor for utility classes
(edit) @8482   9 years simon04 Correctly parse tab-separated tags … by using non-greedy regular …
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8468   9 years Don-vip fix some minor sonar/code style issues: - Avoid Protected Field In …
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8440   9 years Don-vip fix javadoc warnings
(edit) @8435   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8429   9 years Don-vip fix #11485 - robustness to JDK-6322854 when dealing with system selection
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8416   9 years Don-vip fix #11447 - revert or r8384 for StyleCache and GeoPropertyIndex
(edit) @8414   9 years stoecker i18n update, add Belarusian
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8412   9 years Don-vip ExecutorService field doesn't ever get shutdown
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8387   9 years Don-vip fix some Findbugs warnings
(edit) @8385   9 years Don-vip fix regressions of r8384
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8375   9 years Don-vip code style - Method stores return result in local before immediately …
(edit) @8374   9 years Don-vip code style - Unnecessary Final Modifier
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8372   9 years Don-vip code cleanup
(edit) @8365   9 years Don-vip fix Findbugs performance issues
Note: See TracRevisionLog for help on using the revision log.