aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/src/org/aspectj/apache/bcel/classfile/GenericSignatureParser.java
Commit message (Collapse)AuthorAgeFilesLines
* 246125: promoted generic sig parsing code to utilaclement2008-10-201-402/+0
|
* dont double initializeaclement2008-08-261-4/+2
|
* Fix for generic signature parsing - see pr112105aclement2005-10-141-0/+1
|
* tests and fix for pr108062, failing to correctly tokenize (ZZLjava/...)acolyer2005-09-021-2/+4
|
* fix for pr107784, failure to parse an array of a primitive type when used as ↵acolyer2005-08-241-1/+7
| | | | a type variable
* better error messages when failing to unpack a generic signatureacolyer2005-08-241-4/+8
|
* another case of ArrayStoreException - a bug that Java generics would ↵acolyer2005-08-121-1/+1
| | | | actually have prevented.
* fixed bug whereby we were adding a String into an array of Signature objectsacolyer2005-08-111-1/+1
|
* do the right thing with ":" in an ftpacolyer2005-07-111-1/+1
|
* fix in GenericSigParser when tokenising primitivesacolyer2005-07-081-0/+22
|
* signature parsing for methods and fields now complete alsoacolyer2005-07-011-1/+4
|
* updates to Signature parsing for genericsacolyer2005-07-011-0/+366