Commit e543ba2
committed
Remove blank Javadoc 3
This commit cleans up Javadoc that does not add information.
It resolves ecj warnings:
`Javadoc: Description expected after ...`
It helps to prevent future empty javadoc by disabling
missingJavaDoc warnings. This resolves
`Javadoc: Missing ...`
The modification is a result of regular expression search&replace:
in files `*.java`
`^[\s]*\*[\s]*(@return|@param[\s]*[^\s]+|@throws[\s]*[^\s]+)\R([\s]*\*[\s]*@|[\s]*\*/\R)`
->`$2`
`^([\s]*\*[\s]*\R)([\s]*\*/\R)`
->`$2`
`^[\S\t ]*/\*\*\R[\s]*\*/\R`
->``
in files `org.eclipse.jdt.core.prefs`
`org\.eclipse\.jdt\.core\.compiler\.problem\.missingJavadoc(Comments|Tags)\=[^\s]*`
->`org\.eclipse\.jdt\.core\.compiler\.problem\.missingJavadoc$1\=ignore`1 parent ed93242 commit e543ba2
File tree
749 files changed
+75
-3379
lines changed- bundles
- org.eclipse.core.commands
- .settings
- META-INF
- src/org/eclipse/core/commands
- internal/util
- operations
- org.eclipse.core.databinding.beans
- .settings
- src/org/eclipse/core/internal/databinding/beans
- org.eclipse.core.databinding.observable
- .settings
- META-INF
- src/org/eclipse/core
- databinding/observable
- list
- map
- set
- value
- internal/databinding
- identity
- observable
- masterdetail
- org.eclipse.core.databinding.property
- .settings
- META-INF
- src/org/eclipse/core
- databinding/property
- list
- map
- set
- value
- internal/databinding/property
- list
- map
- set
- value
- org.eclipse.core.databinding
- .settings
- META-INF
- src/org/eclipse/core
- databinding
- bind/steps
- conversion
- validation
- internal/databinding
- conversion
- validation
- org.eclipse.core.filebuffers/.settings
- org.eclipse.e4.core.commands
- .settings
- META-INF
- src/org/eclipse/e4/core/commands
- internal
- org.eclipse.e4.emf.xpath
- META-INF
- src/org/eclipse/e4/emf/internal/xpath
- org.eclipse.e4.ui.bindings
- .settings
- META-INF
- src/org/eclipse/e4/ui/bindings
- internal
- keys
- org.eclipse.e4.ui.css.core
- META-INF
- src/org/eclipse/e4/ui/css/core
- css2
- dom
- parsers
- properties
- converters
- css2
- providers
- engine
- exceptions
- impl
- dom
- parsers
- properties
- engine
- sac
- resources
- sac
- serializers
- utils
- util/resources
- org.eclipse.e4.ui.css.swt.theme/META-INF
- org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui
- css/swt
- dom
- html
- helpers
- properties
- converters
- internal/css/swt
- org.eclipse.e4.ui.dialogs
- META-INF
- src/org/eclipse/e4/ui
- dialogs/filteredtree
- internal/dialogs/about
- org.eclipse.e4.ui.di/META-INF
- org.eclipse.e4.ui.ide
- .settings
- META-INF
- src/org/eclipse/e4/ui/internal/workspace/markers
- org.eclipse.e4.ui.model.workbench
- META-INF
- src/org/eclipse/e4/ui/model/application/ui/impl
- org.eclipse.e4.ui.progress
- META-INF
- src/org/eclipse/e4/ui/progress
- internal
- legacy
- org.eclipse.e4.ui.services/META-INF
- org.eclipse.e4.ui.workbench.addons.swt
- .settings
- META-INF
- src/org/eclipse/e4/ui/workbench/addons
- dndaddon
- minmax
- splitteraddon
- org.eclipse.e4.ui.workbench.renderers.swt
- .settings
- META-INF
- src/org/eclipse/e4/ui
- internal/workbench/renderers/swt
- workbench/renderers/swt
- org.eclipse.e4.ui.workbench.swt
- META-INF
- src/org/eclipse/e4/ui
- internal/workbench/swt
- workbench/swt
- internal/copy
- util
- org.eclipse.e4.ui.workbench3
- META-INF
- src/org/eclipse/ui/testing/dumps
- org.eclipse.e4.ui.workbench
- .settings
- META-INF
- src/org/eclipse/e4/ui
- internal
- workbench
- addons
- workbench
- modeling
- org.eclipse.jface.databinding
- .settings
- src/org/eclipse/jface
- databinding
- swt
- viewers
- internal/databinding
- provisional
- swt
- viewers
- swt
- util
- viewers
- org.eclipse.jface.notifications
- META-INF
- src/org/eclipse/jface/notifications
- internal
- org.eclipse.jface.text
- .settings
- projection/org/eclipse/jface/text/source/projection
- src/org/eclipse/jface
- internal/text
- html
- link/contentassist
- text
- codemining
- source
- inlined
- org.eclipse.jface
- .settings
- src/org/eclipse/jface
- action
- bindings
- commands
- dialogs
- fieldassist
- internal
- provisional/action
- layout
- operation
- preference
- resource
- util
- viewers
- deferred
- internal
- widgets
- wizard
- org.eclipse.ltk.core.refactoring
- .settings
- META-INF
- src/org/eclipse/ltk
- core/refactoring
- internal/core/refactoring
- resource/undostates
- org.eclipse.ltk.ui.refactoring
- .settings
- META-INF
- org.eclipse.search.core
- .settings
- search/org/eclipse/search/internal/core/text
- org.eclipse.search
- .settings
- new search/org/eclipse
- search2/internal/ui
- search/ui
- search/org/eclipse/search/internal/ui/text
- org.eclipse.text.quicksearch
- META-INF
- src/org/eclipse/text/quicksearch/internal
- core
- priority
- ui
- util
- org.eclipse.text/.settings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
749 files changed
+75
-3379
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
877 | 877 | | |
878 | 878 | | |
879 | 879 | | |
880 | | - | |
881 | 880 | | |
882 | 881 | | |
883 | 882 | | |
| |||
892 | 891 | | |
893 | 892 | | |
894 | 893 | | |
895 | | - | |
896 | 894 | | |
897 | 895 | | |
898 | 896 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
| |||
222 | 221 | | |
223 | 222 | | |
224 | 223 | | |
225 | | - | |
226 | 224 | | |
227 | 225 | | |
228 | 226 | | |
| |||
334 | 332 | | |
335 | 333 | | |
336 | 334 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | 335 | | |
341 | 336 | | |
342 | 337 | | |
| |||
394 | 389 | | |
395 | 390 | | |
396 | 391 | | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | 392 | | |
401 | 393 | | |
402 | 394 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
56 | | - | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
0 commit comments