Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Ann CampbellAnn CampbellLabels
Default Severity
MinorCovered Languages
C#JavaRemediation Function
Constant/IssueConstant Cost
1minAnalysis Scope
Main SourcesTest Sources
Details
Details
Assignee
Unassigned
UnassignedReporter
Ann Campbell
Ann CampbellLabels
Default Severity
Minor
Covered Languages
C#
Java
Remediation Function
Constant/Issue
Constant Cost
1min
Analysis Scope
Main Sources
Test Sources
Sentry
Sentry
Sentry
Created August 6, 2014 at 6:25 PM
Updated March 22, 2021 at 4:47 PM
An
extends
orimplements
list entry is redundant if:It is
Object
- all classes extendObject
implicitly.It is
int
for anenum
It is listed multiple times.
It is a superclass of another listed extension.
Such redundant declarations should be removed because they needlessly clutter the code and can be confusing.