[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.jdt] data flow analysis using the JDT infrastructure
|
Hi,
I'd like to perform some data flow analysis on java source code.
Specifically, I am thinking of analysis such as reaching definitions,
liveness etc. Can anyone direct me to the relevant part of the JDT API?
I have been looking a little at the
org.eclipse.jdt.internal.corext.refactoring.code.flow-package, but I would
really appreciate some usage examples.
-- AH