Open GoogleCodeExporter opened 8 years ago
I'm listing this as a defect because this is bad. Your analysis is correct:
when JavaSnoop imports the classes into its ClassLoader, it doesn't get the
resources. This is because classes are retrieved using the
Instrumentation.getAllLoadedClasses() API, which properly does not return other
resources that may reside in the JARs.
The model in JavaSnoop is totally class based, so I'm not sure how resources
will fit into it, but I will take a long hard look at it.
Original comment by arshan.d...@gmail.com
on 21 Jan 2011 at 4:19
Original issue reported on code.google.com by
jon.pas...@aspectsecurity.com
on 21 Jan 2011 at 3:38