Showing 6,856 of 14,752 total issues
OtherModelModelMath
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2019-07-02T16:22:48.194+02:00")
public class OtherModelModelMath {
@SerializedName("parameter")
private List<Parameter> parameter = new ArrayList<Parameter>();
- Create a ticketCreate a ticket
PredictiveModelModelMath
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2019-07-02T16:22:48.194+02:00")
public class PredictiveModelModelMath {
@SerializedName("parameter")
private List<Parameter> parameter = new ArrayList<Parameter>();
- Create a ticketCreate a ticket
JsM2Schema
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
@JsonAutoDetect
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.PROPERTY, property = "@class")
public class JsM2Schema implements ViewValue {
static final String ATT_MODELCATALOG = "CatalogModel_Sec";
- Create a ticketCreate a ticket
MainFrame
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class MainFrame extends JFrame {
/**
*
*/
- Create a ticketCreate a ticket
JoinerViewRepresentation
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
@JsonAutoDetect
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.PROPERTY, property = "@class")
final class JoinerViewRepresentation extends JSONViewContent {
private static final String CFG_MODEL1_PARAMETERS = "params1";
- Create a ticketCreate a ticket
WriterNodeModel
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class WriterNodeModel extends NoInternalsModel {
private static final PortType[] IN_TYPES = {FskPortObject.TYPE};
private static final PortType[] OUT_TYPES = {};
- Create a ticketCreate a ticket
FSKEditorJSViewValue
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class FSKEditorJSViewValue extends JSONViewContent {
private static final ObjectMapper MAPPER = FskPluginObjectMapper.MAPPER104;
private static final String CFG_MODEL_METADATA = "ModelMetaData";
- Create a ticketCreate a ticket
WriterNodeModel
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class WriterNodeModel extends NoInternalsModel {
private static final PortType[] IN_TYPES = {FskPortObject.TYPE};
private static final PortType[] OUT_TYPES = {};
- Create a ticketCreate a ticket
FSKEditorJSNodeModel
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public final class FSKEditorJSNodeModel
extends AbstractWizardNodeModel<FSKEditorJSViewRepresentation, FSKEditorJSViewValue>
implements PortObjectHolder {
private static final NodeLogger LOGGER = NodeLogger.getLogger("Fskx JS Editor Model");
- Create a ticketCreate a ticket
FSKEditorJSNodeModel
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
final class FSKEditorJSNodeModel
extends AbstractWizardNodeModel<FSKEditorJSViewRepresentation, FSKEditorJSViewValue>
implements PortObjectHolder {
private static final NodeLogger LOGGER = NodeLogger.getLogger(FSKEditorJSNodeModel.class);
- Create a ticketCreate a ticket
JSSimulatorNodeModel
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class JSSimulatorNodeModel
extends AbstractWizardNodeModel<JSSimulatorViewRepresentation, JSSimulatorViewValue>
implements PortObjectHolder {
private final JSSimulatorConfig m_config = new JSSimulatorConfig();
- Create a ticketCreate a ticket
ParametricModelTest
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
@SuppressWarnings("static-method")
public class ParametricModelTest {
@Test
public void testEmptyConstructor() {
- Create a ticketCreate a ticket
Method saveSettingsTo
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected void saveSettingsTo(NodeSettingsWO settings) throws InvalidSettingsException {
set.setPreserveIds(preserveIdsBox.isSelected());
cleanMaps();
- Create a ticketCreate a ticket
Method createNodeModel
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public NodeModel createNodeModel() {
return new NodeModel(0, 2) {
@Override
- Create a ticketCreate a ticket
Method go4ISM
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void go4ISM(PlausibleDialog4Krise pd4) throws SQLException {
DBKernel.sendRequest("DROP FUNCTION IF EXISTS LD", false, true);
if (DBKernel.sendRequest(
"CREATE FUNCTION LD(x VARCHAR(255), y VARCHAR(255))\n" +
"RETURNS INT\n" +
- Create a ticketCreate a ticket
Method createUI
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void createUI() {
// Fields
resolutionField.setColumns(5);
resolutionField.setHorizontalAlignment(SwingConstants.RIGHT);
- Create a ticketCreate a ticket
Function tokenBase
has 62 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 tokenBase
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenBase(stream, state) {
if (stream.sol()) {
state.label = true;
state.commandMode = 0;
}
- Create a ticketCreate a ticket
Function buildToken
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function buildToken(builder, text, style, startStyle, endStyle, css, attributes) {
if (!text) { return }
var displayText = builder.splitSpaces ? splitSpaces(text, builder.trailingSpace) : text;
var special = builder.cm.state.specialChars, mustWrap = false;
var content;
- Create a ticketCreate a ticket
Function d3_layout_packSiblings
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function d3_layout_packSiblings(node) {
if (!(nodes = node.children) || !(n = nodes.length)) return;
var nodes, xMin = Infinity, xMax = -Infinity, yMin = Infinity, yMax = -Infinity, a, b, c, i, j, k, n;
function bound(node) {
xMin = Math.min(node.x - node.r, xMin);
- Create a ticketCreate a ticket