Class

org.opalj.issues

ClassLocation

Related Doc: package issues

Permalink

class ClassLocation extends PackageLocation with ClassComprehension

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassLocation
  2. ClassComprehension
  3. PackageLocation
  4. ProjectLocation
  5. IssueLocation
  6. Comparable
  7. IssueRepresentations
  8. ReportableAnalysisResult
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassLocation(description: Option[String], theProject: SomeProject, classFile: ClassFile, details: Seq[IssueDetails] = List.empty)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ClassLocation to any2stringadd[ClassLocation] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ClassLocation, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ClassLocation to ArrowAssoc[ClassLocation] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val classFile: ClassFile

    Permalink
    Definition Classes
    ClassLocationClassComprehension
  8. def classFileFQN: String

    Permalink
    Definition Classes
    ClassComprehension
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compareTo(other: IssueLocation): Int

    Permalink
    Definition Classes
    ProjectLocationIssueLocation → Comparable
  11. val description: Option[String]

    Permalink

    The description of the issue with respect to the given location.

    The description of the issue with respect to the given location.

    Definition Classes
    ProjectLocationIssueLocation
  12. def descriptionAsXHTML: List[Node]

    Permalink
    Definition Classes
    PackageLocation
  13. val details: Seq[IssueDetails]

    Permalink
    Definition Classes
    ProjectLocation
  14. def detailsAsIDL: JsValue

    Permalink
    Definition Classes
    PackageLocation
  15. def detailsAsXHTML(basicInfoOnly: Boolean): List[Node]

    Permalink
    Definition Classes
    PackageLocation
  16. def ensuring(cond: (ClassLocation) ⇒ Boolean, msg: ⇒ Any): ClassLocation

    Permalink
    Implicit information
    This member is added by an implicit conversion from ClassLocation to Ensuring[ClassLocation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (ClassLocation) ⇒ Boolean): ClassLocation

    Permalink
    Implicit information
    This member is added by an implicit conversion from ClassLocation to Ensuring[ClassLocation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): ClassLocation

    Permalink
    Implicit information
    This member is added by an implicit conversion from ClassLocation to Ensuring[ClassLocation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): ClassLocation

    Permalink
    Implicit information
    This member is added by an implicit conversion from ClassLocation to Ensuring[ClassLocation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ClassLocation to StringFormat[ClassLocation] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def locationAsIDL: JsObject

    Permalink
    Definition Classes
    ClassLocationPackageLocation
  28. def locationAsInlineXHTML(basicInfoOnly: Boolean): List[Node]

    Permalink
    Definition Classes
    ClassLocationPackageLocation
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. val thePackage: String

    Permalink
    Definition Classes
    PackageLocation
  34. val theProject: SomeProject

    Permalink
    Definition Classes
    ProjectLocation
  35. def toAnsiColoredString: String

    Permalink

    Representation of this issue well suited for console output if the console supports ANSI color escapes.

    Representation of this issue well suited for console output if the console supports ANSI color escapes.

    If you are generating output related to (a line in) a class file, use a format as used by other compilers, e.g., CLANG and GCC:

    FILENAME:[LINE:[COLUMN:]] TYPE: MESSAGE
    
    where FILENAME denotes the name of the file, LINE is the line number if available, COLUMN is the column – which is usually not available when you analyze class files and TYPE identifies the type of the message (e.g., "note", "warning", "error", "fatal error").

    Line and column information is optional.

    If the real filename is not available use the fully qualified name of the class in binary notation (i.e., using "/" to separate the package qualifiers) with the suffice ".class" appended.

    Note that the space after the location information is required.

    Example

    demo/Buggy.class:100: warning: protected field in final class
    

    Definition Classes
    ClassLocationProjectLocationIssueRepresentations
  36. def toConsoleString: String

    Permalink

    A basic representation of this issue well suited for console output.

    A basic representation of this issue well suited for console output.

    Definition Classes
    IssueRepresentations → ReportableAnalysisResult
  37. def toEclipseConsoleString: String

    Permalink

    A representation of this issue well suited for output to the Eclipse IDE console.

    A representation of this issue well suited for output to the Eclipse IDE console.

    Definition Classes
    ProjectLocationIssueRepresentations
  38. final def toIDL: JsValue

    Permalink

    A representation of this issue using the Issues Description Language (which is a JSON dialect.)

    A representation of this issue using the Issues Description Language (which is a JSON dialect.)

    Definition Classes
    PackageLocationIssueRepresentations
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def toXHTML(basicInfoOnly: Boolean): Node

    Permalink

    An (x)HTML5 representation of the issue, well suited for browser output.

    An (x)HTML5 representation of the issue, well suited for browser output.

    Definition Classes
    PackageLocationIssueRepresentations
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def [B](y: B): (ClassLocation, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ClassLocation to ArrowAssoc[ClassLocation] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ClassComprehension

Inherited from PackageLocation

Inherited from ProjectLocation

Inherited from IssueLocation

Inherited from Comparable[IssueLocation]

Inherited from IssueRepresentations

Inherited from ReportableAnalysisResult

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ClassLocation to any2stringadd[ClassLocation]

Inherited by implicit conversion StringFormat from ClassLocation to StringFormat[ClassLocation]

Inherited by implicit conversion Ensuring from ClassLocation to Ensuring[ClassLocation]

Inherited by implicit conversion ArrowAssoc from ClassLocation to ArrowAssoc[ClassLocation]

Ungrouped