summaryrefslogtreecommitdiff
path: root/test/cuchaz/enigma/TestJarIndexConstructorReferences.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Json format (#2)Gravatar lclc981-124/+0
* Added new format * Fixed bug * Updated Version
2015-04-19relicense Enigma as LGPLv0.10.4_betaGravatar Cuchaz1-4/+4
2015-02-09fix translation issues, particularly with fieldsGravatar jeff1-1/+1
2015-02-05fix test code formattingGravatar jeff1-1/+2
and disable the super duper slow test for now
2015-01-19solved tricky issue with incorrect translation of fields/methods referenced ↵Gravatar jeff1-1/+1
by a subclass instead of the declaring class
2015-01-13source format changeGravatar jeff1-89/+71
don't hate me too much if you were planning a big merge. =P
2014-10-09reverting to GPL licenseGravatar jeff1-3/+3
2014-10-08relicense as LGPLGravatar jeff1-3/+3
2014-09-21started unit testing for inner/anonymous class detectionGravatar jeff1-7/+3
2014-09-14added tests to check constructor tokensGravatar jeff1-6/+23
fixed a bug with constructor tokens too
2014-09-14added test to check constructor referencesGravatar jeff1-0/+129