Help
Brought to you by:
fjelmer
Hi,
I want to analyze a class with method :
class Foo {
public Class foo() {
return MissClass.class;
}
}
and MissClass is not referenced anywhere, but here. The
problem is that classycle does not find MissClass as a
dependance. Tell me how to bring classycle to find out
that class Foo depends on MissClass class
Logged In: YES
user_id=245851
Use the command line option -reflectionPattern. See User
Guide chapter 1.1.