source:
josm/trunk/src/org/openstreetmap/josm/gui@
11161
| Name | Size | Rev | Age | Author | Last Change |
|---|---|---|---|---|---|
| ../ | |||||
| bbox | 10763 | 9 years | sonar - squid:S2156 - "final" classes should not have "protected" members | ||
| conflict | 11121 | 9 years | checkstyle | ||
| correction | 10153 | 10 years | sonar - squid:S3038 - Abstract methods should not be redundant | ||
| datatransfer | 11113 | 9 years | sonar - pmd:AppendCharacterWithChar - Avoid appending characters as … | ||
| dialogs | 11132 | 9 years | fix #11072 - Sort validator warnings | ||
| download | 11009 | 9 years | fix recent sonar/checkstyle issues | ||
| draw | 11154 | 9 years | checkstyle | ||
| help | 11044 | 9 years | fix #13687 - Use CachedFile class for /data/help-browser.css in … | ||
| history | 11087 | 9 years | sonar - squid:S1141 - Try-catch blocks should not be nested | ||
| io | 11110 | 9 years | add more unit tests | ||
| layer | 11161 | 9 years | properly handling of HDOP - not restricting it to the range of 0 to 1 | ||
| mappaint | 11148 | 9 years | Fix #13636: Use clipping for images on a line (RepeatImageElement). | ||
| oauth | 10938 | 9 years | sonar - squid:S1450 - Private fields only used as local variables in … | ||
| preferences | 11090 | 9 years | fix #13743 - Draw segment order numbers on selected way | ||
| progress | 11100 | 9 years | sonar - squid:S2148 - Underscores should be used to make large numbers … | ||
| tagging | 11017 | 9 years | sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call | ||
| util | 11100 | 9 years | sonar - squid:S2148 - Underscores should be used to make large numbers … | ||
| widgets | 11023 | 9 years | checkstyle | ||
| ConditionalOptionPaneUtil.java | 13.0 KB | 9496 | 10 years |
massive refactoring of GenericRelationEditor. As JDialog cannot be …
|
|
| DefaultNameFormatter.java | 24.1 KB | 10991 | 9 years | fix #13570 - Coastline validator doesn't report some problems and is … | |
| ExceptionDialogUtil.java | 17.7 KB | 10055 | 10 years | fix #12652 - Do not ...snip... bug report messages after 6000 … | |
| ExtendedDialog.java | 23.8 KB | 11105 | 9 years | sonar - fix various issues | |
| GettingStarted.java | 7.3 KB | 11040 | 9 years | checkstyle | |
| HelpAwareOptionPane.java | 13.1 KB | 10791 | 9 years | see #13319 - Use InputMapUtils where applicable (VK_ESCAPE) | |
| HideableButton.java | 528 bytes | 8510 | 10 years | checkstyle: enable relevant whitespace checks and fix them | |
| IconToggleButton.java | 5.4 KB | 10384 | 9 years | fix #12954 - IllegalComponentStateException with detached dialogs | |
| ImageryMenu.java | 10.3 KB | 10619 | 9 years |
see #11390 - Java 8: use List.sort(Comparator) instead of …
|
|
| JosmUserIdentityManager.java | 11.6 KB | 10217 | 10 years | findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes | |
| MainApplication.java | 25.4 KB | 11103 | 9 years | fix NPE seen in jenkins | |
| MainFrame.java | 7.9 KB | 11093 | 9 years | fix #13320 - Use restart text and icon in unsaved changes dialog | |
| MainMenu.java | 40.3 KB | 10816 | 9 years | fix #12950 - Add "Download in current view" This action is located in … | |
| MainPanel.java | 5.6 KB | 10975 | 9 years | remove deprecated stuff - gsoc-core | |
| MapFrame.java | 30.5 KB | 10851 | 9 years | fix #13380 - Create removeToggleDialog method in MapFrame | |
| MapFrameListener.java | 616 bytes | 10600 | 9 years | see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface … | |
| MapMover.java | 10.1 KB | 10670 | 9 years | see #12472 - fix "OperatorPrecedence" warnings | |
| MapScaler.java | 6.1 KB | 10853 | 9 years | see #13309 - fix most of deprecation warnings | |
| MapSlider.java | 2.1 KB | 10078 | 10 years | New nicer map slider. Patch submitted by: michael2402 Closes: #12644 | |
| MapStatus.java | 43.8 KB | 11085 | 9 years | sonar - squid:S2162 - "equals" methods should be symmetric and work … | |
| MapView.java | 31.3 KB | 11071 | 9 years | see #13175 - Document deprecated method usage | |
| MapViewState.java | 23.9 KB | 11144 | 9 years | Fix #13793: Clip paths in a way that let's the dashes stay in place. | |
| MenuScroller.java | 16.6 KB | 9078 | 10 years | sonar - Immutable Field | |
| NameFormatterHook.java | 1.5 KB | 8512 | 10 years | checkstyle: redundant modifiers | |
| NavigatableComponent.java | 57.7 KB | 10972 | 9 years | remove deprecated stuff - gsoc-core | |
| NoteInputDialog.java | 2.2 KB | 9078 | 10 years | sonar - Immutable Field | |
| NoteSortDialog.java | 3.1 KB | 9078 | 10 years | sonar - Immutable Field | |
| Notification.java | 6.2 KB | 11100 | 9 years | sonar - squid:S2148 - Underscores should be used to make large numbers … | |
| NotificationManager.java | 13.0 KB | 10893 | 9 years | fix #13447 - Clean notification manager, merge properties and remove … | |
| OsmPrimitivRenderer.java | 4.9 KB | 10889 | 9 years | fix #13439 - Node.toString() and Way.toString() causing performance … | |
| package-info.java | 152 bytes | 10125 | 10 years |
refactor classes from corrector package, add javadoc
|
|
| PleaseWaitDialog.java | 6.8 KB | 10179 | 10 years | sonar - squid:AssignmentInSubExpressionCheck - Assignments should not … | |
| PleaseWaitRunnable.java | 7.1 KB | 10611 | 9 years | see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes … | |
| PopupMenuHandler.java | 3.7 KB | 8510 | 10 years | checkstyle: enable relevant whitespace checks and fix them | |
| ProgramArguments.java | 7.6 KB | 10936 | 9 years | sonar | |
| ScrollViewport.java | 6.3 KB | 10634 | 9 years | sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the … | |
| SelectionManager.java | 16.0 KB | 10716 | 9 years |
see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
|
|
| ShowHideButtonListener.java | 414 bytes | 8512 | 10 years | checkstyle: redundant modifiers | |
| SideButton.java | 4.6 KB | 10755 | 9 years | sonar - various fixes | |
| SplashScreen.java | 12.5 KB | 10781 | 9 years | fix #11874 - No progress bar while downloading plugins | |
Note:
See TracBrowser
for help on using the repository browser.
