g1144146 / SDS

Apache License 2.0
0 stars 0 forks source link

ArrayIndexOutOfBoundsException while parsing descriptor which Signature attribute has. #23

Closed g1144146 closed 8 years ago

g1144146 commented 8 years ago

the first cause of the exception is that start index is wrong when extracting generics type from parsed descriptor. and the second cause is that cannot split generics type when the type has no extended class.