0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wala implementation of building the callgraph More... over 14 years ago
Extracted the creation of a reference to the new object (_this) into a method because we might need to do that in two different places (though one time only). More... over 14 years ago
Changing to the J2SE-1.5 java environment as it plays nice with os x More... over 14 years ago
Merge branch 'master' of git+ssh://[email protected]/dannydig/ImmutabilityRefactoring More... over 14 years ago
Adding mutator query method More... over 14 years ago
Minor code fixes More... over 14 years ago
Use _this.var instead of this.var, because fields may have been mutated. More... over 14 years ago
We might need a default constructor even if we don't need a full constructor. More... over 14 years ago
Removing the print statement More... over 14 years ago
Adding code to use a _this variable as a replacement for a mutated this object inside a method More... over 14 years ago
Adding a function for creating a mutation expression to the util (a mutation expression is a constructor invocation with an assignment to _this) More... over 14 years ago
Adding a comment More... over 14 years ago
Removing some @Override statements that my mac eclipse thinks are errors More... over 14 years ago
A couple of tweaks to make it work with fields previously initialized at the declaration More... over 14 years ago
Fixed so that a default constructor is created if it doesn't already exist and we add a full one More... over 14 years ago
Added a test which prevents initialization of variables at the declaration point if we have made a constructur More... over 14 years ago
Moved the analysis classes to their own package More... over 14 years ago
Updated the constructor checking so that it checks if there exist a full constructor (so that we can make one if there doesn't) More... over 14 years ago
Changed so that a full constructor is created outside the visitor if there are any mutators More... over 14 years ago
Removed constructors from the set of mutators More... over 14 years ago
Fixed a nullpointerexception More... over 14 years ago
Added a new class that will take care of target class rewriting More... over 14 years ago
Removing warnings More... over 14 years ago
Removed unnecessary field More... over 14 years ago
Adding a mutator analysis class which will make a first pass over the target cu to collect information about functions More... over 14 years ago
Renamed the main rewriter class to reflect its purpose More... over 14 years ago
Adding .metadata to the ignore file More... over 14 years ago
Change fields access to private. More... over 14 years ago
Merge branch 'master' of git+ssh://[email protected]/dannydig/ImmutabilityRefactoring More... over 14 years ago
first cut of the UI More... over 14 years ago