g1144146 / SDS

Apache License 2.0
0 stars 0 forks source link

IndexOutOfBoundsException when obtaining substring from parsed descriptor. #15

Closed g1144146 closed 8 years ago

g1144146 commented 8 years ago

maybe, because of when obtaining substring from parsed descriptor, it decides start index of substring with string index of ")". in case of field, the descriptor has no parentheses. then, maybe IndexOutOfBoundsException occur.

g1144146 commented 8 years ago

Similarly, the exception also occur in case of class.