Skip to content
/ jDFA Public

Java data flow analysis framework by M. Mohnen using BCEL 6.1

Notifications You must be signed in to change notification settings

waynemot/jDFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jDFA

Java data flow analysis framework by M. Mohnen using BCEL 6.1

This is a repository of the jDFA code written and referenced by Markus Mohnen in the paper: "An Open Framework for Data-Flow Analysis in Java" from the journal Principals and Practice of Programming in Java, 2002

The original source from SourceForge used references to the original library that manipulated Java bytecodes, which has been superceded by the BCEL library. This version has all references to the original library changed to use the current BCEL library (http://commons.apache.org/proper/commons-bcel) thus enabling the usage of the examples and functions created by this seminal work.

About

Java data flow analysis framework by M. Mohnen using BCEL 6.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published