SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.pmm.nodes/src/de/bund/bfr/knime/pmm/dbutil/DBLits.java

Summary

Maintainability
A
1 hr
Test Coverage

Method getDBLits has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public synchronized static List<LiteratureItem> getDBLits() {
    if (dbLits == null) {
      dbLits = new LinkedList<>();

      try (ResultSet rs = DBKernel.getResultSet("SELECT * FROM \"Literatur\"", true)) {

There are no issues that match your filters.

Category
Status