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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17380   3 years stoecker missing counter increase, fix #CID1437607
(edit) @17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @16916   4 years simon04 see #19698 - Java Warnings, PMD
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16621   4 years simon04 see #19334 - Use @SuppressWarnings to ignore seldom occurring …
(edit) @15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @14746   5 years simon04 Refactoring: use StandardCharsets
(edit) @14380   5 years Don-vip fix #16906 - RelationEditorActionsTest: fix for non-headless mode …
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @14095   6 years Don-vip fix error_prone warnings
(edit) @13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
(edit) @13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
(edit) @12869   7 years Don-vip see #15229 - see #15182 - SonarQube - squid:S2444 - make static fields …
(edit) @12808   7 years Don-vip SpotBugs - fix some warnings
(edit) @12791   7 years Don-vip see #15229 - see #15182 - javadoc fixes
(edit) @12790   7 years Don-vip see #15229 - see #15182 - remove GUI references from BugReportSender
(edit) @12770   7 years bastiK see #15229 - remove GUI references from BugReport and …
(edit) @12649   7 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12624   7 years Don-vip see #15182 - remove unused imports
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11739   7 years Don-vip enable more PMD rules
(edit) @11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11211   7 years simon04 see #13850 - BugReportQueue output original exception to console Make …
(edit) @11196   7 years Don-vip fix #13873 - reduce default height of bug report dialog from 899px to 716px
(edit) @11180   7 years simon04 fix #13850 - Exceptions handled via BugReport are no longer written to …
(edit) @11107   8 years Don-vip sonar - squid:S2189 - Loops should not be infinite
(edit) @11102   8 years Don-vip add more unit tests
(edit) @10985   8 years Don-vip code cleanup/simplification
(edit) @10939   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @10902   8 years Don-vip fix #13318 - fix bug report (patch by michael2402) - gsoc-core
(edit) @10899   8 years Don-vip fix #13318 - Clean up program startup (parameters, logging) - patch by …
(edit) @10886   8 years Don-vip fix #13434 - Increase bug report test coverage (patch by michael2402) …
(edit) @10830   8 years Don-vip fix #13281 - Small typo in phrase
(edit) @10819   8 years Don-vip fix #13352 - new bug report queue (patch by michael2402) - gsoc-core
(edit) @10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
(edit) @10754   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10745   8 years Don-vip fix javadoc warnings
(edit) @10720   8 years simon04 Close bug report dialog with escape
(edit) @10718   8 years simon04 see #11390 - Simplify StreamUtils
(edit) @10695   8 years simon04 see #13236 - Set caret to beginning of status report
(edit) @10649   8 years Don-vip fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core
(edit) @10618   8 years Don-vip see #11390 - Java 8: use java.util.Base64
(edit) @10616   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10598   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field - gsoc-core
(edit) @10597   8 years Don-vip see #12905 - sonar - pmd:BooleanGetMethodName - A getX() method which …
(edit) @10586   8 years Don-vip see #11390, fix #13190 - Allow Lambda bug report parameters (patch by …
(edit) @10585   8 years Don-vip see #11390, fix #12905 - Add more information to the bug report (patch …
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10412   8 years Don-vip fix #12981 - mimic the old behavior of the layer listeners (patch by …
(edit) @10404   8 years Don-vip findbugs security - XML Parsing Vulnerable to XXE - enable …
(edit) @10375   8 years Don-vip fix #12959 - Move state changes to MapViewState class (patch by …
(edit) @10306   8 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10305   8 years Don-vip sonar - various code cleanup fixes
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10285   8 years Don-vip fix #12875 - Add data to bug report (patch by michael2402)
(edit) @10214   8 years Don-vip findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10067   8 years Don-vip see #12652 - rework bug report classes to improve unit tests coverage
(edit) @10064   8 years Don-vip see #12652, see #11924 - re-add a unit test in …
(edit) @10062   8 years Don-vip see #12652 - about dialog: replace old bug report link with new bug …
(add) @10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
Note: See TracRevisionLog for help on using the revision log.