SiLeBAT/FSK-Lab

View on GitHub

Showing 14,752 of 14,752 total issues

Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
Open

public void saveCurrentValue(NodeSettingsWO content) {}

Define a constant instead of duplicating this literal "Generic model" 4 times.
Open

.modelCategory(new ModelCategory().modelClass("Generic model"))

Replace this call to "replaceAll()" by a call to the "replace()" method.
Open

String[] output = controller.execute(script.replaceAll("<-", "="));

Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.
Open

MD, Model1, Model2

Move constants defined in this interfaces to another class or enum.
Open

public interface ChartConstants {

Refactor this method to reduce its Cognitive Complexity from 25 to the 15 allowed.
Open

private void setValue(final int i, final Object obj) throws PmmException {

Define a constant instead of duplicating this literal "awAlt" 9 times.
Open

parameterSetting.setAwAlt("awAlt");

Define a constant instead of duplicating this literal "phAlt" 7 times.
Open

assertFalse(nodeSettings.containsKey("phAlt"));

Define a constant instead of duplicating this literal "agentsDef4" 3 times.
Open

assertArrayEquals(doubleArray, nodeSettings.getDoubleArray("agentsDef4"), .0);

Make "object" transient or serializable.
Open

private Object object;

Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed.
Open

private Color getColor(String param, Color lastBG, String lastParam) {

Define a constant instead of duplicating this literal "value" 4 times.
Open

OLD_ASSAY.setUncertaintyValue("value");

Define a constant instead of duplicating this literal "firstIn_dup" 3 times.
Open

ReaderNodeUtil.addSuffix(firstModelParameters, "firstIn_dup"));

Define a constant instead of duplicating this literal "dbuuid" 8 times.
Open

"issue", 0, 0, "website", 0, "comment", 0, "dbuuid");

Define a constant instead of duplicating this literal "abstractText" 4 times.
Open

LiteratureItem literatureItem = new LiteratureItem("author", 0, "title", "abstractText", "journal", "volume",

Define a constant instead of duplicating this literal "journal" 12 times.
Open

final LiteratureItem item0 = new LiteratureItem("author", 0, "title", "abstractText", "journal", "volume", "issue", 0,

Define a constant instead of duplicating this literal "<tr class='\""' times.></tr>
Open

buffer.append("<tr class=\"" + getRowClass(row) + "\">\n");

Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.
Open

Organism_Detail,

Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.
Open

Model_Creator,

Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.
Open

Model_Food_Process,
Severity
Category
Status
Source
Language