Packages

o

org.opalj.support.info

UnusedResults

object UnusedResults extends ProjectAnalysisApplication

Identifies calls to pure/side-effect free methods where the results are not used subsequently.

Linear Supertypes
ProjectAnalysisApplication, OneStepAnalysis[URL, ReportableAnalysisResult], Analysis[URL, ReportableAnalysisResult], AnalysisApplication, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnusedResults
  2. ProjectAnalysisApplication
  3. OneStepAnalysis
  4. Analysis
  5. AnalysisApplication
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type V = DUVar[ValueInformation]

    The type of the TAC domain.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def String2BasicReport(report: String): BasicReport
    Definition Classes
    ProjectAnalysisApplication
  5. final val analysis: ProjectAnalysisApplication
    Definition Classes
    ProjectAnalysisApplication → AnalysisApplication
  6. def analysisSpecificParametersDescription: String
    Definition Classes
    AnalysisApplication
  7. final def analyze(project: Project[URL], parameters: Seq[String], initProgressManagement: (Int) ⇒ ProgressManagement): ReportableAnalysisResult
    Definition Classes
    OneStepAnalysis → Analysis
  8. def analyzeMethod(method: Method, tacai: (Method) ⇒ Option[TACode[_, V]])(implicit project: SomeProject, propertyStore: PropertyStore, declaredMethods: DeclaredMethods, isMethodOverridable: (Method) ⇒ Answer): Seq[String]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def checkAnalysisSpecificParameters(parameters: Seq[String]): Traversable[String]
    Definition Classes
    AnalysisApplication
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  12. def copyright: String
    Definition Classes
    Analysis
  13. def description: String
    Definition Classes
    UnusedResults → Analysis
  14. def doAnalyze(project: Project[URL], parameters: Seq[String], isInterrupted: () ⇒ Boolean): BasicReport
    Definition Classes
    UnusedResults → OneStepAnalysis
  15. def documentationUrl: Option[String]
    Definition Classes
    Analysis
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def handleCall(caller: Method, callee: Result[Method], pc: Int)(implicit propertyStore: PropertyStore, declaredMethods: DeclaredMethods): Option[String]
  20. def handleParsingExceptions(project: SomeProject, exceptions: Traversable[Throwable]): Unit
    Attributes
    protected
    Definition Classes
    AnalysisApplication
  21. def handleVirtualCall(call: VirtualFunctionCall[V], caller: Method)(implicit project: SomeProject, propertyStore: PropertyStore, declaredMethods: DeclaredMethods, isMethodOverridable: (Method) ⇒ Answer): Option[String]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def main(args: Array[String]): Unit
    Definition Classes
    AnalysisApplication
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. def printUsage(implicit logContext: LogContext): Unit
    Attributes
    protected
    Definition Classes
    AnalysisApplication
  29. def setupProject(cpFiles: Iterable[File], libcpFiles: Iterable[File], completelyLoadLibraries: Boolean, configuredConfig: Config)(implicit initialLogContext: LogContext): Project[URL]
    Definition Classes
    AnalysisApplication
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def title: String
    Definition Classes
    UnusedResults → Analysis
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ProjectAnalysisApplication

Inherited from OneStepAnalysis[URL, ReportableAnalysisResult]

Inherited from Analysis[URL, ReportableAnalysisResult]

Inherited from AnalysisApplication

Inherited from AnyRef

Inherited from Any

Ungrouped