Skip to content

Releases: OscarRodriguezPrieto/ProgQuery

1.1.6

14 Nov 19:47
Compare
Choose a tag to compare

Bug fixes and refactor.

1.1.5

12 Oct 17:46
Compare
Choose a tag to compare

The second release of ProgQuery updated with bug fixes. The Type Hierarchy Graph is now integrated into the Type Graph (TG) and the Type Dependency Graph is extended and divided into the Class Dependency Graph (CDG) and the Package Graph (Pack. G). The server mode was added in addition to the existing embedded mode. Node types ("IF_STATEMENT", "ASSIGNMENT", etc.) are extended with categories such as "STATEMENT", "EXPRESSION" supporting any number of them and under the top category "PQ_NODE". Predefined DB procedures were implemented and placed in the package "database.procedures". New sophisticated analyses were implemented trough Cypher queries.

1.0.0

23 Feb 17:22
Compare
Choose a tag to compare

The first stable version of ProgQuery. Decorated Abstract Syntax Tree(AST), Control Flow Graph(CFG), Program Dependency Graph(PDG), Call Graph(CG), Type Hierarchy Graph(THG) and Type Dependency Graph(TDG) can be successfully extracted and stored given one or more Java source programs. In this release, we include a README file, all the sources, binaries, scripts, and examples of analyses.