Commit graph

9 commits

Author SHA1 Message Date
1f16faa61b Package scanner - incorrect names for classes found in JAR files
Class names of classes found in JAR files were missing the name of the
package being scanned (e.g. Assert instead of org.junit.Assert)
2015-09-13 11:22:26 +02:00
ae5a3d5d1a Package scanner and its tests
The package scanner is a helper that can list and load classes from a
package, optionally recursing into sub-packages.
2015-09-13 11:09:43 +02:00
b2d64ac7bf MemberFinder: actually check the classes' members 2015-09-12 14:28:12 +02:00
84ee63afa8 Fixed NullPointerException in MemberFinder 2015-09-12 14:20:48 +02:00
5357b1ec4a Fixed incorrect method / field extractors in MemberFinder 2015-09-12 14:13:58 +02:00
4366b4198d Annotations - Fix class annotation detection
findClosest/FarthestClass didn't support inherited annotations
correctly.
2015-09-12 14:08:21 +02:00
722f071674 Member finder utility 2015-09-12 11:13:44 +02:00
d633aac37d Annotations-related helpers 2015-09-12 11:13:32 +02:00
ea9563c324 Importing project 2015-09-12 11:13:17 +02:00