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
Merge branch 'master' of github.com:Delors/BAT into dependencyGraph More... about 13 years ago
added IDRessetter trait that should be implemented if a trait/class provides resetting functionality of ID mappings More... about 13 years ago
added IDRessetter trait that should be implemented if a trait/class provides resetting functionality of ID mappings More... about 13 years ago
changed ID ranges in SourceElementIDsMap -> IDs greater or equal to 1 500 000 000 can be used for custom ID mapping More... about 13 years ago
changed ID ranges in SourceElementIDsMap -> IDs greater or equal to 1 500 000 000 can be used for custom ID mapping More... about 13 years ago
removed some code that is no longer supported More... about 13 years ago
removed some code that is no longer supported More... about 13 years ago
removed some unused code More... about 13 years ago
removed some unused code More... about 13 years ago
Constant_PoolTags => ConstantPoolTags More... about 13 years ago
Constant_PoolTags => ConstantPoolTags More... about 13 years ago
AttributesParents => AttributesParent More... about 13 years ago
AttributesParents => AttributesParent More... about 13 years ago
updated several comments More... about 13 years ago
updated several comments More... about 13 years ago
replaced FIXME by NOTE comment More... about 13 years ago
replaced FIXME by NOTE comment More... about 13 years ago
clarified the TODO/FIXME More... about 13 years ago
clarified the TODO/FIXME More... about 13 years ago
updated TODO -> TODO [Java 7] More... about 13 years ago
updated TODO -> TODO [Java 7] More... about 13 years ago
added processing of signatures and LocalVariableTypeTables Hence, this is the first version of the dependency extractor that considers all class file aspects added new dependency type 'USES_TYPE_IN_TYPE_PARAMETERS' removed time measurement fragments that have been commited accidentally added 'FilterDependenciesToBaseTypes': Can be mixed in if you don't want to have dependencies to base types. fixed ID mapping: start assignment with the LOWEST_XXX_ID instead of LOWEST_XXX_ID+1 added 'ClassFileTestUtility': provides functionality to read class files eagerly changed runtime tests: uses the new eager class loading method to get correct results in time measurements updated Dependencies.zip and corresponding sources expanded 'DependencyExtractorTest': tests dependencies to types used in type parameters More... about 13 years ago
added processing of signatures and LocalVariableTypeTables Hence, this is the first version of the dependency extractor that considers all class file aspects added new dependency type 'USES_TYPE_IN_TYPE_PARAMETERS' removed time measurement fragments that have been commited accidentally added 'FilterDependenciesToBaseTypes': Can be mixed in if you don't want to have dependencies to base types. fixed ID mapping: start assignment with the LOWEST_XXX_ID instead of LOWEST_XXX_ID+1 added 'ClassFileTestUtility': provides functionality to read class files eagerly changed runtime tests: uses the new eager class loading method to get correct results in time measurements updated Dependencies.zip and corresponding sources expanded 'DependencyExtractorTest': tests dependencies to types used in type parameters More... about 13 years ago
removed unnecessary imports and code fragments in the tests More... about 13 years ago
removed unnecessary imports and code fragments in the tests More... about 13 years ago
added test that measures the time needed to read classfiles of some libraries More... about 13 years ago
added test that measures the time needed to read classfiles of some libraries 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
we can now get the Types referred to in signatures More... about 13 years ago