Posted
almost 10 years
ago
by
Michael Eichberg ([email protected])
made it clear that changing the config requires a recreation of the project
Signed-off-by: Michael Eichberg
|
Posted
almost 10 years
ago
by
Michael Eichberg ([email protected])
made the id function final
Signed-off-by: Michael Eichberg
|
Posted
almost 10 years
ago
by
Michael Eichberg ([email protected])
added information about how to avoid deadlocks
Signed-off-by: Michael Eichberg
|
Posted
almost 10 years
ago
by
Michael Eichberg ([email protected])
added information about the algorithm that we want to use to find close sccs
Signed-off-by: Michael Eichberg
|
Posted
almost 10 years
ago
by
Michael Eichberg ([email protected])
trait AnalysisMode => trait CodeAnalysisMode
Signed-off-by: Michael Eichberg
|
Posted
almost 10 years
ago
by
Michael Eichberg ([email protected])
fixed eclipse
Signed-off-by: Michael Eichberg
project/eclipse.sbt
|
Posted
almost 10 years
ago
by
Michael Reif ([email protected])
we now consider every class as instantiable if there is a accessible native method
|
Posted
almost 10 years
ago
by
Michael Reif ([email protected])
only constructor calls of classes declared in the same package should be important - Properties would be submitted twice otherwise
|
Posted
almost 10 years
ago
by
Michael Reif ([email protected])
removed the take
|
Posted
almost 10 years
ago
by
Michael Reif ([email protected])
enhanced output to get the entry points that are not in the set of old entry points
|