Showing 6,856 of 14,752 total issues
Method retrieveReference
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Reference retrieveReference(Row row) {
// Check mandatory properties and throw exception if missing
if (row.getCell(K).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing Is reference description?");
- Create a ticketCreate a ticket
Method retrieveReference
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Reference retrieveReference(Row row) {
// Check mandatory properties and throw exception if missing
if (row.getCell(K).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing Is reference description?");
- Create a ticketCreate a ticket
Method retrieveReference
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Reference retrieveReference(Row row) {
// Check mandatory properties and throw exception if missing
if (row.getCell(L).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing Is reference description?");
- Create a ticketCreate a ticket
Method retrieveReference
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Reference retrieveReference(Row row) {
// Check mandatory properties and throw exception if missing
if (row.getCell(K).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing Is reference description?");
- Create a ticketCreate a ticket
Method retrieveReference
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Reference retrieveReference(Row row) {
// Check mandatory properties and throw exception if missing
if (row.getCell(L).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing Is reference description?");
- Create a ticketCreate a ticket
Method retrieveReference
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Reference retrieveReference(Row row) {
// Check mandatory properties and throw exception if missing
if (row.getCell(L).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing Is reference description?");
- Create a ticketCreate a ticket
Method retrieveReference
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Reference retrieveReference(Row row) {
// Check mandatory properties and throw exception if missing
if (row.getCell(K).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing Is reference description?");
- Create a ticketCreate a ticket
Method retrieveReference
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Reference retrieveReference(Row row) {
// Check mandatory properties and throw exception if missing
if (row.getCell(K).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing Is reference description?");
- Create a ticketCreate a ticket
Method retrieveReference
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Reference retrieveReference(Row row) {
// Check mandatory properties and throw exception if missing
if (row.getCell(L).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing Is reference description?");
- Create a ticketCreate a ticket
Method retrieveReference
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Reference retrieveReference(Row row) {
// Check mandatory properties and throw exception if missing
if (row.getCell(K).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing Is reference description?");
- Create a ticketCreate a ticket
Method saveToNodeSettings
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public void saveToNodeSettings(final NodeSettingsWO settings) {
settings.addString(MODEL_NAME, template.isSetModelName() ? template.getModelName() : null);
settings.addString(MODEL_ID, template.isSetModelId() ? template.getModelId() : null);
settings.addString(MODEL_LINK,
template.isSetModelLink() ? template.getModelLink().toString() : null);
- Create a ticketCreate a ticket
Method checkIfInputIsValid
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void checkIfInputIsValid() {
Map<String, JComboBox<String>> depVarBoxes = new LinkedHashMap<>();
isValid = true;
for (String model : comboBoxes.keySet()) {
- Create a ticketCreate a ticket
Method retrieveGeneralInformation
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
static GeneralInformation retrieveGeneralInformation(String[][] values) {
GeneralInformation generalInformation = MetadataFactory.eINSTANCE.createGeneralInformation();
String name = values[RakipRow.GENERAL_INFORMATION__NAME.num][RakipColumn.I.ordinal()];
- Create a ticketCreate a ticket
Method updateDialog
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void updateDialog(ModelType modelType, String readmeFile,
EnvironmentManager environment) {
modelTypeComboBoxModel.setSelectedItem(modelType);
m_readmePanel.setSelectedFile(readmeFile);
clearEnvironmentPanel();
- Create a ticketCreate a ticket
Method retrieveGeneralInformation
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
static GeneralInformation retrieveGeneralInformation(String[][] values) {
GeneralInformation generalInformation = MetadataFactory.eINSTANCE.createGeneralInformation();
String name = values[RakipRow.GENERAL_INFORMATION__NAME.num][RakipColumn.I.ordinal()];
- Create a ticketCreate a ticket
Method retrieveGeneralInformation
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
static GeneralInformation retrieveGeneralInformation(String[][] values) {
GeneralInformation generalInformation = MetadataFactory.eINSTANCE.createGeneralInformation();
String name = values[RakipRow.GENERAL_INFORMATION__NAME.num][RakipColumn.I.ordinal()];
- Create a ticketCreate a ticket
Method test
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Test
public void test() throws Exception {
Sheet sheet0;
final Path path = Paths.get("files/Duarte_MetaData.xlsx");
- Create a ticketCreate a ticket
Function tokenBase
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenBase(stream, state, prev) {
if (stream.sol()) state.indented = stream.indentation()
if (stream.eatSpace()) return null
var ch = stream.peek()
- Create a ticketCreate a ticket
Function tokenBase
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenBase(stream, state) {
var ch = stream.next();
if (hooks[ch]) {
var result = hooks[ch](stream, state);
if (result !== false) return result;
- Create a ticketCreate a ticket
Function drawShadow
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
drawShadow: function () {
var o = this.options,
c = this.$cache,
is_from_min = typeof o.from_min === "number" && !isNaN(o.from_min),
- Create a ticketCreate a ticket