Uses of Class
de.chkal.maven.gitlab.codequality.spotbugs.SourceLine
-
Packages that use SourceLine Package Description de.chkal.maven.gitlab.codequality.spotbugs -
-
Uses of SourceLine in de.chkal.maven.gitlab.codequality.spotbugs
Fields in de.chkal.maven.gitlab.codequality.spotbugs declared as SourceLine Modifier and Type Field Description protected SourceLineBugCollection.BugInstance.Class. sourceLineprotected SourceLineBugCollection.BugInstance.Field. sourceLineprotected SourceLineBugCollection.BugInstance.Method. sourceLineprotected SourceLineBugCollection.BugInstance.Type. sourceLineMethods in de.chkal.maven.gitlab.codequality.spotbugs that return SourceLine Modifier and Type Method Description SourceLineObjectFactory. createSourceLine()Create an instance ofSourceLineSourceLineBugCollection.BugInstance.Class. getSourceLine()Gets the value of the sourceLine property.SourceLineBugCollection.BugInstance.Field. getSourceLine()Gets the value of the sourceLine property.SourceLineBugCollection.BugInstance.Method. getSourceLine()Gets the value of the sourceLine property.SourceLineBugCollection.BugInstance.Type. getSourceLine()Gets the value of the sourceLine property.Methods in de.chkal.maven.gitlab.codequality.spotbugs with parameters of type SourceLine Modifier and Type Method Description voidBugCollection.BugInstance.Class. setSourceLine(SourceLine value)Sets the value of the sourceLine property.voidBugCollection.BugInstance.Field. setSourceLine(SourceLine value)Sets the value of the sourceLine property.voidBugCollection.BugInstance.Method. setSourceLine(SourceLine value)Sets the value of the sourceLine property.voidBugCollection.BugInstance.Type. setSourceLine(SourceLine value)Sets the value of the sourceLine property.
-