-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b18
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205243 | 11.0.1 | Matthias Baesken | P4 | Resolved | Fixed | team |
In function matchJavaTZ (function to look up a timezone mapping table on windows) we currently have a rather generic error message for different error cases.
The current message is like this :
tzmappings: Illegal format at line 10
We want to improve the error message so that it shows the reason of the error and the offset where it occured.
example for old error message :
tzmappings: Illegal format at line 99
... and new error message :
Illegal format in tzmappings file: illegal null character found at line 99, offset 20.
The current message is like this :
tzmappings: Illegal format at line 10
We want to improve the error message so that it shows the reason of the error and the offset where it occured.
example for old error message :
tzmappings: Illegal format at line 99
... and new error message :
Illegal format in tzmappings file: illegal null character found at line 99, offset 20.
- backported by
-
JDK-8205243 improve error messages in matchJavaTZ [windows]
-
- Resolved
-