Instrumenting java core libraries
Posted
by Muneeb
on Stack Overflow
See other posts from Stack Overflow
or by Muneeb
Published on 2010-05-31T14:28:12Z
Indexed on
2010/05/31
14:33 UTC
Read the original article
Hit count: 253
java
Hello,
When we compile a java program, we get .class files. Can I access these .class files of java core libraries? e.g. can I have access to java.lang.String.class ?
Actually I am doing a research and trying to find branch coverage of some java core libraries. The tool I am using for branch coverage actually instruments the .class files.
Thanks
© Stack Overflow or respective owner