Skip to content

golivax/JDX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDX

JDX stands for Java Dependency eXtractor. JDX is capable of extracting structural dependencies from source code written in Java. It works with plain source code, so there's no need for compiling anything. In fact, JDX works even if the input source code is not fully compilable. These features make it particularly suitable for Mining Software Repositories studies, where researches deal with plain source code checked out from version control systems (e.g., CVS, SVN, Git). JDX extracts the following kinds of dependencies: type imports, method imports, class inheritance, interface implementations, type references, method return type, method parameters, thrown types, type access, method calls, and interface inheritances. This project is proudly supported by YourKit




This project has been developed with the support YourKit. YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

Releases

No releases published

Packages

No packages published

Languages