1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
defined a common trait AttributeReader that implements the types and the method required by all concrete attribute readers; updated all related classes More... over 12 years ago
added DepExtractorTestProject that contains debug informations added verifications in the DepExtractorTest to verify that the dependencies extracted from the debug information are correct More... over 12 years ago
added DepExtractorTestProject that contains debug informations added verifications in the DepExtractorTest to verify that the dependencies extracted from the debug information are correct More... over 12 years ago
Merge branch 'master' of github.com:Delors/BAT into dependencyGraph More... over 12 years ago
Merge branch 'master' of github.com:Delors/BAT into dependencyGraph More... over 12 years ago
added license header and scaladoc comment to the new classes More... over 12 years ago
added license header and scaladoc comment to the new classes More... over 12 years ago
information about implemented interfaces is now read in the same ways as information about methods and fields More... over 12 years ago
information about implemented interfaces is now read in the same ways as information about methods and fields More... over 12 years ago
added more (instruction related) tests -- only 'invokedynamic' is not tested now More... over 12 years ago
added more (instruction related) tests -- only 'invokedynamic' is not tested now More... over 12 years ago
Merge branch 'master' of github.com:Delors/BAT into dependencyGraph More... over 12 years ago
Merge branch 'master' of github.com:Delors/BAT into dependencyGraph More... over 12 years ago
refined dependency type hierarchy and refactored (Generate)InstructionDepExtractor More... over 12 years ago
refined dependency type hierarchy and refactored (Generate)InstructionDepExtractor More... over 12 years ago
configured "Scalariform" which will be used in the following to format the source code More... over 12 years ago
configured "Scalariform" which will be used in the following to format the source code More... over 12 years ago
fixed some typos in the descriptions of the JVM instructions More... over 12 years ago
fixed some typos in the descriptions of the JVM instructions More... over 12 years ago
merged with master branch More... over 12 years ago
merged with master branch More... over 12 years ago
moved LocalVariableTable pattern matching case from method attribute's pattern matching to code attribut's pattern matching More... over 12 years ago
moved LocalVariableTable pattern matching case from method attribute's pattern matching to code attribut's pattern matching More... over 12 years ago
removed inheritance dependency to legacy class that was removed in the last commit More... over 12 years ago
removed inheritance dependency to legacy class that was removed in the last commit More... over 12 years ago
removed legacy files More... over 12 years ago
removed legacy files More... over 12 years ago
refactored extraction of instruction/code dependencies renamed DepGraph... into Dep... removed unnecessary ClassFileProcessor abstraction renamed EdgeType into DependencyType scala.lib can be configured via build.properties file added test that verifies correct dependency extraction of the DepExtractorTestProject which is a Java project that was only written to get all types of dependencies added junit to get a better testing integration with eclipse added eclipse meta files and folders to .gitignore file (this commit also contains some legacy files that will be removed immediately after commiting them -- only done to have them tracked in the version control system, so that they can be restored if necessary in the future) More... over 12 years ago
refactored extraction of instruction/code dependencies renamed DepGraph... into Dep... removed unnecessary ClassFileProcessor abstraction renamed EdgeType into DependencyType scala.lib can be configured via build.properties file added test that verifies correct dependency extraction of the DepExtractorTestProject which is a Java project that was only written to get all types of dependencies added junit to get a better testing integration with eclipse added eclipse meta files and folders to .gitignore file (this commit also contains some legacy files that will be removed immediately after commiting them -- only done to have them tracked in the version control system, so that they can be restored if necessary in the future) More... over 12 years ago
added the functionality to read a class file from a zip file to the main code More... over 12 years ago