1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 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... about 13 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... about 13 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... about 13 years ago
Merge branch 'master' of github.com:Delors/BAT into dependencyGraph More... about 13 years ago
Merge branch 'master' of github.com:Delors/BAT into dependencyGraph More... about 13 years ago
added license header and scaladoc comment to the new classes More... about 13 years ago
added license header and scaladoc comment to the new classes More... about 13 years ago
information about implemented interfaces is now read in the same ways as information about methods and fields More... about 13 years ago
information about implemented interfaces is now read in the same ways as information about methods and fields More... about 13 years ago
added more (instruction related) tests -- only 'invokedynamic' is not tested now More... about 13 years ago
added more (instruction related) tests -- only 'invokedynamic' is not tested now More... about 13 years ago
Merge branch 'master' of github.com:Delors/BAT into dependencyGraph More... about 13 years ago
Merge branch 'master' of github.com:Delors/BAT into dependencyGraph More... about 13 years ago
refined dependency type hierarchy and refactored (Generate)InstructionDepExtractor More... about 13 years ago
refined dependency type hierarchy and refactored (Generate)InstructionDepExtractor More... about 13 years ago
configured "Scalariform" which will be used in the following to format the source code More... about 13 years ago
configured "Scalariform" which will be used in the following to format the source code More... about 13 years ago
fixed some typos in the descriptions of the JVM instructions More... about 13 years ago
fixed some typos in the descriptions of the JVM instructions More... about 13 years ago
merged with master branch More... about 13 years ago
merged with master branch More... about 13 years ago
moved LocalVariableTable pattern matching case from method attribute's pattern matching to code attribut's pattern matching More... about 13 years ago
moved LocalVariableTable pattern matching case from method attribute's pattern matching to code attribut's pattern matching More... about 13 years ago
removed inheritance dependency to legacy class that was removed in the last commit More... about 13 years ago
removed inheritance dependency to legacy class that was removed in the last commit More... about 13 years ago
removed legacy files More... about 13 years ago
removed legacy files More... about 13 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... about 13 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... about 13 years ago
added the functionality to read a class file from a zip file to the main code More... about 13 years ago