JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Package de.firemage.autograder.core.check.complexity
package
de.firemage.autograder.core.check.complexity
Related Packages
Package
Description
de.firemage.autograder.core.check
Classes
Class
Description
ChainedIfCheck
DiamondOperatorCheck
ExtendsObjectCheck
MultipleInlineStatements
MultiThreading
RedundantAssignment
RedundantBooleanEqual
RedundantCatch
RedundantConstructorCheck
RedundantElse
RedundantIfForBooleanCheck
RedundantModifier
RedundantNegationCheck
RedundantReturnCheck
RedundantUninitializedVariable
RedundantVariable
RegexCheck
RepeatedMathOperationCheck
SelfAssignmentCheck
TooManyExceptions
TryCatchComplexity
The TryCatchComplexity check checks that the number of statements in a try-catch block is not too high.
UnnecessaryBoxing
UnusedImport
UseOperatorAssignment
WrapperInstantiationCheck