Showing 6,856 of 14,752 total issues
Method retrieveContact
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Contact retrieveContact(Row row, Map<String, Integer> columns) {
// Check mandatory properties and throw exception if missing
if (row.getCell(columns.get("mail")).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing mail");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(K).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method retrieveContact
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Contact retrieveContact(Row row, Map<String, Integer> columns) {
// Check mandatory properties and throw exception if missing
if (row.getCell(columns.get("mail")).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing mail");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(K).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method retrieveContact
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Contact retrieveContact(Row row, Map<String, Integer> columns) {
// Check mandatory properties and throw exception if missing
if (row.getCell(columns.get("mail")).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing mail");
- Create a ticketCreate a ticket
Method retrieveContact
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Contact retrieveContact(Row row, Map<String, Integer> columns) {
// Check mandatory properties and throw exception if missing
if (row.getCell(columns.get("mail")).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing mail");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(K).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method retrieveContact
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Contact retrieveContact(Row row, Map<String, Integer> columns) {
// Check mandatory properties and throw exception if missing
if (row.getCell(columns.get("mail")).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing mail");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method retrieveContact
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Contact retrieveContact(Row row, Map<String, Integer> columns) {
// Check mandatory properties and throw exception if missing
if (row.getCell(columns.get("mail")).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing mail");
- Create a ticketCreate a ticket
Method retrieveStudySample
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public StudySample retrieveStudySample(Row row) {
// Check mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing sample name");
- Create a ticketCreate a ticket
Method eUnset
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public void eUnset(int featureID) {
switch (featureID) {
case MetadataPackage.POPULATION_GROUP__POPULATION_NAME:
setPopulationName(POPULATION_NAME_EDEFAULT);
- Create a ticketCreate a ticket
Method initDialog
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Component initDialog() {
JPanel panel = new JPanel(new GridBagLayout());
GridBagConstraints c = new GridBagConstraints();
c.insets = new Insets(5, 5, 5, 5);
c.gridx = 0;
- Create a ticketCreate a ticket
Method actionPerformed
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public void actionPerformed(ActionEvent e) {
if (e.getSource() == addButton) {
Integer id = DBKernel.openMiscDBWindow(addButton, null);
- Create a ticketCreate a ticket
Method loadSettingsFrom
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected void loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs) throws NotConfigurableException {
set = new SettingsHelper();
set.loadSettings(settings);
- Create a ticketCreate a ticket
Method createChart
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void createChart() {
String id = null;
if (configPanel.isDisplayFocusedRow()) {
id = selectionPanel.getFocusedID();
- Create a ticketCreate a ticket
Method checkOtherEditor2Open
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void checkOtherEditor2Open(final int lastClickedRow, final int lastClickedCol, final int x, final int y, final char ch) {
if (lastClickedCol > 0) {
MyTable[] myTs = actualTable.getForeignFields();
if (lastClickedCol > 0 && lastClickedCol <= myTs.length && myTs[lastClickedCol-1] != null &&
myTs[lastClickedCol-1].getTablename().equals("DoubleKennzahlen")) {
- Create a ticketCreate a ticket