spolnik/JAlgoArena-UI

View on GitHub
src/client/problems/components/NumberOfProblems.tsx

Summary

Maintainability
B
6 hrs
Test Coverage

Showing 4 of 4 total issues

Similar blocks of code found in 3 locations. Consider refactoring.
Open

<tr>
<td>Medium</td>
<td>{props.medium}</td>
<td>{props.medium * 30}</td>
</tr>
Severity: Major
Found in src/client/problems/components/NumberOfProblems.tsx and 2 other locations - About 1 hr to fix
src/client/problems/components/NumberOfProblems.tsx on lines 38..42
src/client/problems/components/NumberOfProblems.tsx on lines 48..52

Similar blocks of code found in 3 locations. Consider refactoring.
Open

<tr>
<td>Easy</td>
<td>{props.easy}</td>
<td>{props.easy * 10}</td>
</tr>
Severity: Major
Found in src/client/problems/components/NumberOfProblems.tsx and 2 other locations - About 1 hr to fix
src/client/problems/components/NumberOfProblems.tsx on lines 43..47
src/client/problems/components/NumberOfProblems.tsx on lines 48..52

Similar blocks of code found in 3 locations. Consider refactoring.
Open

<tr>
<td>Hard</td>
<td>{props.hard}</td>
<td>{props.hard * 50}</td>
</tr>
Severity: Major
Found in src/client/problems/components/NumberOfProblems.tsx and 2 other locations - About 1 hr to fix
src/client/problems/components/NumberOfProblems.tsx on lines 38..42
src/client/problems/components/NumberOfProblems.tsx on lines 43..47

Similar blocks of code found in 5 locations. Consider refactoring.
Open

<Modal.Footer>
<div className="col-md-offset-4 col-md-4">
<img src={logo} className="img-responsive" style={logoStyle}/>
</div>
</Modal.Footer>
Severity: Major
Found in src/client/problems/components/NumberOfProblems.tsx and 4 other locations - About 1 hr to fix
src/client/problems/components/PointsLegend.tsx on lines 49..53
src/client/problems/components/ProblemRank.tsx on lines 50..54
src/client/problems/components/SourceCode.tsx on lines 47..51
src/client/submissions/components/SourceCode.tsx on lines 42..46

There are no issues that match your filters.

Category
Status