source:
josm/trunk/src/org/openstreetmap/josm/gui/widgets@
12204
| Name | Size | Rev | Age | Author | Last Change |
|---|---|---|---|---|---|
| ../ | |||||
| AbstractFileChooser.java | 7.3 KB | 11023 | 9 years | checkstyle | |
| AbstractIdTextField.java | 2.5 KB | 10604 | 9 years | fix #12478, fix #12565, fix #11114 - Use Swing Copy/Paste instead of … | |
| AbstractTextComponentValidator.java | 6.7 KB | 11386 | 9 years | sonar - squid:S1066 - Collapsible "if" statements should be merged | |
| AutoAdjustingSplitPane.java | 1.5 KB | 11772 | 9 years | fix #14475 - Deadlock while starting unit tests: remove the need to … | |
| BoundingBoxSelectionPanel.java | 7.2 KB | 11893 | 9 years | sonar - squid:S1126 - Return of boolean expressions should not be … | |
| ButtonColumn.java | 3.7 KB | 11615 | 9 years | add javadoc | |
| ChangesetIdTextField.java | 2.6 KB | 10626 | 9 years | simplify handling of ignored/traced exceptions | |
| ComboBoxHistory.java | 3.1 KB | 9983 | 10 years | remove unused code | |
| CompileSearchTextDecorator.java | 2.5 KB | 10420 | 9 years | sonar - squid:S1166 - Exception handlers should preserve the original … | |
| DateEditorWithSlider.java | 3.7 KB | 11878 | 9 years | findbugs - EI_EXPOSE_REP2 + javadoc | |
| DefaultTextComponentValidator.java | 1.2 KB | 10073 | 10 years | refactor duplicated code | |
| DisableShortcutsOnFocusGainedTextField.java | 6.9 KB | 8929 | 10 years | javadoc fixes | |
| EditableList.java | 5.1 KB | 11198 | 9 years |
fix #13881 - handle cases where JOptionPane.showInputDialog returns …
|
|
| FileChooserManager.java | 14.6 KB | 9991 | 10 years | sonar - fix comment indentation | |
| HistoryChangedListener.java | 229 bytes | 10600 | 9 years | see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface … | |
| HistoryComboBox.java | 2.0 KB | 10179 | 9 years | sonar - squid:AssignmentInSubExpressionCheck - Assignments should not … | |
| HtmlPanel.java | 2.8 KB | 11553 | 9 years |
refactor handling of null values - use Java 8 Optional where possible
|
|
| ImageLabel.java | 2.5 KB | 10191 | 9 years | fix #7302 - Field showing name of object under cursor is often too … | |
| JMultilineLabel.java | 3.3 KB | 11452 | 9 years | sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - … | |
| JosmComboBox.java | 9.6 KB | 9576 | 10 years | code refactoring for unit tests / headless mode | |
| JosmEditorPane.java | 5.0 KB | 9175 | 10 years |
see #12231 - Use HttpClient instead of remaining Utils.setupURLConnection
|
|
| JosmHTMLEditorKit.java | 1.7 KB | 8933 | 10 years | fix #11262 - Images not displayed correctly in Help Browser | |
| JosmHTMLFactory.java | 1.2 KB | 9665 | 10 years | fix eol-style issues and similar formating stuff, see #12410 | |
| JosmImageView.java | 6.2 KB | 10223 | 9 years | findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + … | |
| JosmPasswordField.java | 5.8 KB | 11746 | 9 years | PMD - Strict Exceptions | |
| JosmTable.java | 4.2 KB | 10070 | 10 years | refactor duplicated code | |
| JosmTextArea.java | 3.7 KB | 11308 | 9 years | fix #14031 - change focus with TAB in "add imagery" dialogs | |
| JosmTextField.java | 6.6 KB | 11809 | 9 years | findbugs - BC_UNCONFIRMED_CAST | |
| ListPopupMenu.java | 748 bytes | 11747 | 9 years |
checkstyle - NoWhiteSpaceBefore ...
|
|
| MultiSplitLayout.java | 44.8 KB | 11948 | 9 years | findbugs - BC_UNCONFIRMED_CAST_OF_RETURN_VALUE | |
| MultiSplitPane.java | 13.2 KB | 11809 | 9 years | findbugs - BC_UNCONFIRMED_CAST | |
| NativeFileChooser.java | 6.8 KB | 11017 | 9 years | sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call | |
| OsmIdTextField.java | 4.5 KB | 10627 | 9 years | sonar - squid:S1166 - Exception handlers should preserve the original … | |
| OsmPrimitivesTable.java | 4.4 KB | 10454 | 9 years | fix #12999 - Exception after resolving conflicts (patch by … | |
| OsmPrimitivesTableModel.java | 298 bytes | 8512 | 10 years | checkstyle: redundant modifiers | |
| OsmPrimitiveTypesComboBox.java | 900 bytes | 7015 | 12 years |
see #8465 - fix generics for JComboBox/JList
|
|
| package-info.java | 152 bytes | 8624 | 10 years | add missing svn:eol-style=native | |
| PopupMenuLauncher.java | 4.7 KB | 10173 | 9 years | sonar - squid:S1186 - Methods should not be empty | |
| QuadStateCheckBox.java | 10.0 KB | 11747 | 9 years |
checkstyle - NoWhiteSpaceBefore ...
|
|
| ScrollableTable.java | 1.3 KB | 11881 | 9 years | findbugs - BC_UNCONFIRMED_CAST_OF_RETURN | |
| SearchTextResultListPanel.java | 5.8 KB | 10217 | 9 years | findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes | |
| SelectAllOnFocusGainedDecorator.java | 700 bytes | 9059 | 10 years | checkstyle | |
| SwingFileChooser.java | 2.6 KB | 7937 | 11 years | add subversion property svn:eol=native | |
| TextContextualPopupMenu.java | 8.6 KB | 10626 | 9 years | simplify handling of ignored/traced exceptions | |
| UrlLabel.java | 4.0 KB | 11416 | 9 years | fix #14151 - see #14042 - fix NPE properly (regression from r11306) + … | |
| VerticallyScrollablePanel.java | 2.3 KB | 11941 | 9 years | sonar - fb-contrib:IMC_IMMATURE_CLASS_IDE_GENERATED_PARAMETER_NAMES - … | |
Note:
See TracBrowser
for help on using the repository browser.
