Package de.firemage.autograder.core.pmd
Klasse PMDCheck
java.lang.Object
de.firemage.autograder.core.pmd.PMDCheck
- Alle implementierten Schnittstellen:
Check
- Bekannte direkte Unterklassen:
BooleanMethodNameCheck,ChainedIfCheck,ConcreteCollectionCheck,DefaultPackageCheck,DiamondOperatorCheck,DontReassignParametersCheck,DoubleBraceInitializationCheck,EmptyCatchCheck,EmptyNonCatchBlockCheck,ExtendsObjectCheck,ForLoopVariableCheck,ForToForEachCheck,IsEmptyReimplementationCheck,LinguisticNamingCheck,MissingOverrideAnnotationCheck,PrintStackTraceCheck,RedundantConstructorCheck,RedundantModifierCheck,RedundantReturnCheck,UnnecessaryLocalBeforeReturnCheck,UnusedCodeElementCheck,UnusedImportCheck,WrapperInstantiationCheck
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedPMDCheck(LocalizedMessage description, LocalizedMessage explanation, List<net.sourceforge.pmd.Rule> rules, ProblemType problemType) protectedPMDCheck(LocalizedMessage description, LocalizedMessage explanation, net.sourceforge.pmd.Rule rule, ProblemType problemType) protectedPMDCheck(LocalizedMessage description, List<net.sourceforge.pmd.Rule> rules, ProblemType problemType) protectedPMDCheck(LocalizedMessage description, net.sourceforge.pmd.Rule rule, ProblemType problemType) -
Methodenübersicht
-
Konstruktordetails
-
PMDCheck
protected PMDCheck(LocalizedMessage description, LocalizedMessage explanation, net.sourceforge.pmd.Rule rule, ProblemType problemType) -
PMDCheck
protected PMDCheck(LocalizedMessage description, net.sourceforge.pmd.Rule rule, ProblemType problemType) -
PMDCheck
protected PMDCheck(LocalizedMessage description, List<net.sourceforge.pmd.Rule> rules, ProblemType problemType) -
PMDCheck
protected PMDCheck(LocalizedMessage description, LocalizedMessage explanation, List<net.sourceforge.pmd.Rule> rules, ProblemType problemType)
-
-
Methodendetails
-
createXPathRule
-
getLinter
-
getDescription
- Angegeben von:
getDescriptionin SchnittstelleCheck
-
getRules
-
getExplanation
-
getProblemType
-