toggle menu
0.13.0-SNAPSHOT
0.13.0-SNAPSHOT
0.12.5
jvm
switch theme
search in API
modulecheck-finding:impl
/
modulecheck.finding
/
CouldUseAnvilFinding
Could
Use
Anvil
Finding
data
class
CouldUseAnvilFinding
(
val
findingName
:
FindingName
,
val
dependentProject
:
McProject
,
val
buildFile
:
File
)
:
Finding
,
Fixable
(
source
)
Members
Constructors
Could
Use
Anvil
Finding
Link copied to clipboard
constructor
(
findingName
:
FindingName
,
dependentProject
:
McProject
,
buildFile
:
File
)
Properties
build
File
Link copied to clipboard
open
override
val
buildFile
:
File
dependency
Identifier
Link copied to clipboard
open
override
val
dependencyIdentifier
:
String
dependent
Path
Link copied to clipboard
open
override
val
dependentPath
:
ProjectPath.StringProjectPath
dependent
Project
Link copied to clipboard
open
override
val
dependentProject
:
McProject
finding
Name
Link copied to clipboard
open
override
val
findingName
:
FindingName
is
Suppressed
Link copied to clipboard
open
val
isSuppressed
:
LazyDeferred
<
Boolean
>
message
Link copied to clipboard
open
override
val
message
:
String
position
Or
Null
Link copied to clipboard
open
override
val
positionOrNull
:
LazyDeferred
<
Finding.Position
?
>
statement
Or
Null
Link copied to clipboard
open
override
val
statementOrNull
:
LazyDeferred
<
BuildFileStatement
?
>
statement
Text
Or
Null
Link copied to clipboard
open
override
val
statementTextOrNull
:
LazyDeferred
<
String
?
>
Functions
fix
Link copied to clipboard
open
suspend
fun
fix
(
removalStrategy
:
RemovesDependency.RemovalStrategy
)
:
Boolean
fix
Label
Link copied to clipboard
open
fun
fixLabel
(
)
:
String
to
Result
Link copied to clipboard
abstract
suspend
fun
toResult
(
fixed
:
Boolean
)
:
Finding.FindingResult