Commit 75f86b9
committed
Un-deprecate ListSelectionDialog constructor
Deprecation has been done when Builder was added which seems to be a
trend in the Java world.
Undeprecation is done now as :
* it's one of the very few (if there are any others) APIs that "mandate"
going through a builder, which makes it inconsistent with rest
* documentation hasn't been adjusted accordingly (even the class level
javadoc has example using the deprecated constructor)
* usages in the SDK hasn't been migrated to the builder approach (for
years) thus
generating a number of deprecation warnings
Deprecation could be added again whenever the previous issues are
resolved.1 parent d6af2f2 commit 75f86b9
File tree
1 file changed
+1
-4
lines changed- bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/dialogs
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | 102 | | |
105 | | - | |
106 | 103 | | |
107 | 104 | | |
108 | 105 | | |
| |||
0 commit comments