Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
cal10n-api-0.7.4
Description
In LexicalUtil:convertSpecialCharacters(StringBuilder inBuf) in line 42 it might happen that last = i. If this is the case, inBuf.subSequence(last+1,i) is executed , which results in a StringOutOfBoundsException.because the first parameter is bigger then the second one.
Please provide a bound check to prevent this problem.
Attachments
Issue Links
- duplicates
-
CAL-29 StringIndexOutOfBoundsException when loading resource bundle
- Resolved