trait Problem extends AnyRef
- Alphabetic
- By Inheritance
- Problem
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
actions(): List[Action]
Actions (aka quick fixes) that are able to either fix or address the issue that is causing this Problem.
Actions (aka quick fixes) that are able to either fix or address the issue that is causing this Problem.
For example given the following code:
trait Example: def foo(): Unit def bar(): Unit class MyExample extends Example
You could expect this to have multiple actions attatched:
- An option to implement a stub method for
foo()
andbar()
- An option to make
MyExample
abstract
- An option to implement a stub method for
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
diagnosticCode(): Optional[DiagnosticCode]
The unique code attached to the diagnostic being reported.
The unique code attached to the diagnostic being reported.
NOTE: To avoid breaking compatibility we provide a default to account for older Scala versions that do not have codes.
-
def
diagnosticRelatedInformation(): List[DiagnosticRelatedInformation]
The possible releated information for the diagnostic being reported.
The possible releated information for the diagnostic being reported.
NOTE: To avoid breaking compatibility we provide a default to account for older Scala versions that do not have the concept of "related information".
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
rendered(): Optional[String]
If present, the string shown to the user when displaying this Problem.
If present, the string shown to the user when displaying this Problem. Otherwise, the Problem will be shown in an implementation-defined way based on the values of its other fields.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
def
diagnosticRelatedInforamation(): List[DiagnosticRelatedInformation]
- Annotations
- @Deprecated
- Deprecated