package analyses
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait AnalysisDemo extends DefaultOneStepAnalysis
- trait MethodAnalysisDemo extends DefaultOneStepAnalysis with AnalysisDemo
Value Members
-
object
ImmutabilityAnalysisDemo extends DefaultOneStepAnalysis
Determines the immutability of the classes of a project.
-
object
InterProceduralEscapeAnalysisDemo extends DefaultOneStepAnalysis
A small demo that shows how to use the org.opalj.fpcf.analyses.escape.InterProceduralEscapeAnalysis and what are the results of it.
-
object
PurityAnalysisDemo extends DefaultOneStepAnalysis
Runs the purity analysis including all analyses that may improve the overall result.
-
object
SelfReferenceLeakageAnalysisDemo extends DefaultOneStepAnalysis
Runs the default self-reference leakage analysis.
-
object
SimpleEscapeAnalysisDemo extends DefaultOneStepAnalysis
A small demo that shows how to use the org.opalj.fpcf.analyses.escape.SimpleEscapeAnalysis and what are the results of it.
-
object
UnnecessarySynchronizationAnalysis extends DefaultOneStepAnalysis
Finds object references in monitorenter instructions that do not escape their thread.