mta.mining.ab
Class CleanupCallFinder
java.lang.Object
mta.mining.ab.CleanupCallFinder
- public final class CleanupCallFinder
- extends java.lang.Object
Finds calls made in "cleanup" blocks of code; that is,
exception handlers and finally blocks.
Uses an instrumented ANTLR parser to identify such calls.
- Author:
- Alex Kinneer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CleanupCallFinder
public CleanupCallFinder()
isCleanupCall
public final boolean isCleanupCall(java.lang.String source,
int line)
throws NoInformationException
- Throws:
NoInformationException
findCleanupCalls
public final void findCleanupCalls(java.util.List sourceFiles)
throws ParserException
- Throws:
ParserException