-
Bug
-
Resolution: Fixed
-
P4
-
jfx21
-
b07
The default values of the javadoc maxwarns and maxerrs is 100. This means that if you have more than 100 warnings (which we currently do) or more than 100 errors (which is unlikely, but still possible) only the first 100 will be shown. This means that we will miss any new warnings that arise. We already have done so, and some of the missed warnings point to a product bug (unintentional public API that we forgot to remove in a subclass when the superclass methods were terminally deprecated).
The ultimate solution is to fix our warnings, and eventually cause warnings to be treated as errors, but even then we want to see more than just the first 100.
I plan to increase the limit to 1000.
The ultimate solution is to fix our warnings, and eventually cause warnings to be treated as errors, but even then we want to see more than just the first 100.
I plan to increase the limit to 1000.
- blocks
-
JDK-8314590 ☂ Eliminate all javadoc warnings in JavaFX
- Resolved
- relates to
-
JDK-8271083 ☂ Missing documentation in JavaFX API
- Resolved