Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 719 Bytes

File metadata and controls

29 lines (19 loc) · 719 Bytes

JParser

<<<<<<< HEAD

Wrapper around JavaParser. It gets metadata from source code of an enterprise system.

cd library
mvn -Drevision=0.0.5 clean install package

Java Source (code) Security Analysis -> Prototyping the Java source code analysis capabilities for security authorization analysis. Will eventually be merged or rewritten into Seer.

Documentation

See -> https://seer.ecs.baylor.edu/confluence/display/DEV/JParser+Documentation

Stable Version

Clone branch "version_0.0.3"

Maven Dependency

    <dependency>
        <groupId>edu.baylor.ecs.cloudhubs</groupId>
        <artifactId>jparser-lib</artifactId>
        <version>0.0.3</version>
    </dependency>