-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b33
-
generic
-
generic
The HTMLConverter has some logic in
deploy/src/plugin/share/converter/sun/plugin/converter/engine/PluginConverter.java
that isn't very robust when looking for the build number from the release string.
First, it should look for the last 'b'.
Second, it needs to allow for it not being there, exceptions in parsing out the build number
from the release string should not be seen. Needs to be robust.
I recently tried to add '-fastdebug' to the release string and this code broken
because it found the b in fastdebug, then crashed with a number format exception
trying to parse 'ug'.
Others have experienced problems when they managed to create a release string that
had no 'b'.
###@###.### 2005-04-18 16:24:11 GMT
deploy/src/plugin/share/converter/sun/plugin/converter/engine/PluginConverter.java
that isn't very robust when looking for the build number from the release string.
First, it should look for the last 'b'.
Second, it needs to allow for it not being there, exceptions in parsing out the build number
from the release string should not be seen. Needs to be robust.
I recently tried to add '-fastdebug' to the release string and this code broken
because it found the b in fastdebug, then crashed with a number format exception
trying to parse 'ug'.
Others have experienced problems when they managed to create a release string that
had no 'b'.
###@###.### 2005-04-18 16:24:11 GMT
- relates to
-
JDK-6308819 PIT 2005-08-08.5.0u5: NumberFormatException thrown when launching HtmlConverter
-
- Closed
-