mediathekview / MLib

lib für das Projekt MediathekView
GNU General Public License v3.0
35 stars 27 forks source link

mSearch in mlib umbenannt. #98

Closed alex1702 closed 7 years ago

alex1702 commented 7 years ago

SonarQube analysis reported 477 issues

Watch the comments in this conversation to review them.

Top 10 extra issues

Note: The following issues were found on lines that were not modified in the pull request. Because these issues can't be reported as line comments, they are summarized here:

  1. BLOCKER ListeFilme.java#L217: Rename method "neueFilme" to prevent any misunderstanding/clash with field "neueFilme" defined on line 68. rule
  2. BLOCKER FilmlistenSuchen.java#L178: Close this "FileInputStream". rule
  3. BLOCKER SingleInstance.java#L38: Close this "RandomAccessFile". rule
  4. CRITICAL DatenFilm.java#L301: Define a constant instead of duplicating this literal "Url: " 4 times. rule
  5. CRITICAL DatenFilm.java#L390: Refactor this code to not nest more than 3 if/for/while/switch/try statements. rule
  6. CRITICAL DatenFilm.java#L407: Refactor this code to not nest more than 3 if/for/while/switch/try statements. rule
  7. CRITICAL ListeFilme.java#L106: Refactor this method to reduce its Cognitive Complexity from 32 to the 15 allowed. rule
  8. CRITICAL ListeFilme.java#L120: Refactor this code to not nest more than 3 if/for/while/switch/try statements. rule
  9. CRITICAL ListeFilme.java#L124: Refactor this code to not nest more than 3 if/for/while/switch/try statements. rule
  10. CRITICAL ListeFilme.java#L139: Refactor this code to not nest more than 3 if/for/while/switch/try statements. rule