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
removed some superfluous "val"s More... about 13 years ago
the subclasses and superclasses methods now return Option[...] values and will no longer throw exceptions if a given type was not previously analyzed More... about 13 years ago
the subclasses and superclasses methods now return Option[...] values and will no longer throw exceptions if a given type was not previously analyzed More... about 13 years ago
ClassHierarchy: if a class is not found in subclasses/superclasses, return empty set instead of exception More... about 13 years ago
ClassHierarchy: if a class is not found in subclasses/superclasses, return empty set instead of exception More... about 13 years ago
removed the code generator More... about 13 years ago
removed the code generator More... about 13 years ago
improved some comments More... about 13 years ago
improved some comments More... about 13 years ago
improved (true refactoring of) the constant pool related code More... about 13 years ago
improved (true refactoring of) the constant pool related code More... about 13 years ago
moved BAT main test suite in the corresponding package More... about 13 years ago
moved BAT main test suite in the corresponding package More... about 13 years ago
removed superfluous "vals" in case class definitions; moved some code to a temporary dir that causes the Scala compiler to crash More... about 13 years ago
removed superfluous "vals" in case class definitions; moved some code to a temporary dir that causes the Scala compiler to crash More... about 13 years ago
(finally) added junit to the lib and as a build dependency; completely reengineered the demo code; the code related to the performance evaluation is now in the demo directory and no longer in the test directory More... about 13 years ago
(finally) added junit to the lib and as a build dependency; completely reengineered the demo code; the code related to the performance evaluation is now in the demo directory and no longer in the test directory More... about 13 years ago
Merge branch 'dependencyGraph' More... about 13 years ago
Merge branch 'dependencyGraph' More... about 13 years ago
implemented some findbugs inspired analyses More... about 13 years ago
implemented some findbugs inspired analyses More... about 13 years ago
a small analysis which construct a project's class hierarchy More... about 13 years ago
a small analysis which construct a project's class hierarchy More... about 13 years ago
method.code => method.body More... about 13 years ago
method.code => method.body More... about 13 years ago
added convenience methods related to a method's visibility More... about 13 years ago
added convenience methods related to a method's visibility More... about 13 years ago
added convenience methods related to a field's visibility and static modifier(s) More... about 13 years ago
added convenience methods related to a field's visibility and static modifier(s) More... about 13 years ago
if a class (in particular: java.lang.Object) does not define a superclass, we no longer use the null value, but instead use None More... about 13 years ago