Package com.tagtraum.beatunes.inspection
Class NotMiscapitalizedSolution
- java.lang.Object
-
- com.tagtraum.beatunes.inspection.IgnoreIssueSolution<Issue>
-
- com.tagtraum.beatunes.inspection.NotMiscapitalizedSolution
-
public class NotMiscapitalizedSolution extends IgnoreIssueSolution<Issue>
Not miscapitalized solution.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description NotMiscapitalizedSolution(Issue issue, String name)
-
Method Summary
-
Methods inherited from class com.tagtraum.beatunes.inspection.IgnoreIssueSolution
createCallable, getApplication, getClassDescription, getClassId, getDescription, getId, getIssue, getIssueDescriptors, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.tagtraum.beatunes.inspection.Solution
isPreferred
-
-