matozoid/java_flow_analyser
Builds control flow graphs from source code parsed with JavaParser
JavaApache-2.0
Issues
- 0
Consider extra paths to the catch blocks
#33 opened by matozoid - 0
- 0
Return warnings and errors
#16 opened by matozoid - 2
For statement may have empty parts
#25 opened by matozoid - 0
Test empty statements
#23 opened by matozoid - 0
Store the condition expression for CHOICE flows.
#19 opened by matozoid - 1
Support classic for
#2 opened by matozoid - 1
Method calls
#15 opened by matozoid - 0
Support switch-case-default
#6 opened by matozoid - 0
Support new switch
#22 opened by matozoid - 1
Support ?:;
#7 opened by matozoid - 0
Make lambda's analysable
#21 opened by matozoid - 0
Create dominator tree from the flow graph
#20 opened by matozoid - 0
Support for-each
#3 opened by matozoid - 0
Support for full compilation unit analysis
#1 opened by matozoid - 0
Support do-while
#4 opened by matozoid - 1
Make finally-flow work with continue and break
#14 opened by matozoid - 2
Support try-catch-finally
#5 opened by matozoid - 0
Support constructor analysis
#12 opened by matozoid - 0
Start the data flow analyser
#13 opened by matozoid - 0
Support construction flow
#11 opened by matozoid - 0
Support static initialization flow
#10 opened by matozoid - 1
Mark methodcalls
#9 opened by matozoid - 0
Make dot graph export
#8 opened by matozoid