Package com.tagtraum.beatunes.inspection
Class NoTypoSolution
- java.lang.Object
-
- com.tagtraum.beatunes.inspection.IgnoreIssueSolution<Issue>
-
- com.tagtraum.beatunes.inspection.NoTypoSolution
-
public class NoTypoSolution extends IgnoreIssueSolution<Issue>
No typo solution.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description NoTypoSolution(Issue issue, List<String> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<IssueDescriptor>
getIssueDescriptors(List<Long> selectedSongIds)
-
Methods inherited from class com.tagtraum.beatunes.inspection.IgnoreIssueSolution
createCallable, getApplication, getClassDescription, getClassId, getDescription, getId, getIssue, 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
-
-
-
-
Method Detail
-
getIssueDescriptors
public Collection<IssueDescriptor> getIssueDescriptors(List<Long> selectedSongIds)
- Overrides:
getIssueDescriptors
in classIgnoreIssueSolution<Issue>
- Parameters:
selectedSongIds
- typically the ids of songs specified in a priorIgnoreIssueSolution.createCallable(Collection, boolean)
call- Returns:
- issue descriptors
-
-