Showing 6,856 of 14,752 total issues
XmlConverter
has 25 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class XmlConverter {
private XmlConverter() {
}
- Create a ticketCreate a ticket
PCML
has 25 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public interface PCML extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PCML.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s121DA543B1FCBC764F9DFAF30A6E9DAF").resolveHandle("pcml1f76elemtype");
- Create a ticketCreate a ticket
PCMLImpl
has 25 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public static class PCMLImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements de.bund.bfr.pcml10.PCMLDocument.PCML
{
private static final long serialVersionUID = 1L;
public PCMLImpl(org.apache.xmlbeans.SchemaType sType)
- Create a ticketCreate a ticket
IRController
has 25 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public interface IRController extends AutoCloseable {
/**
* Marker class for exceptions during R configuration or execution.
*
- Create a ticketCreate a ticket
File MathUtilities.java
has 284 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*******************************************************************************
* Copyright (c) 2015 Federal Institute for Risk Assessment (BfR), Germany
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- Create a ticketCreate a ticket
Method myInitComponents
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void myInitComponents() {
initComponents();
tabbedPane1.remove(2); // Agents
tabbedPane1.remove(0); // In-Port
removeAllRelevantComponents(this);
- Create a ticketCreate a ticket
Method buttonPlusActionPerformed
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void buttonPlusActionPerformed(ActionEvent e) {
removeAllFromPanel();
JButton button = new JButton();
button.setText("(select " + (forMatrices ? "Matrix" : "Agent") + ")");
- Create a ticketCreate a ticket
Method createChart
has 70 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 runSnippet
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public final void runSnippet(final FskPortObject fskObj, final FskSimulation simulation,
final ExecutionContext exec, NodeLogger LOGGER, File imageFile) throws Exception {
// Sets up working directory with resource files. This directory needs to be deleted.
exec.setProgress(0.05, "Add resource files");
- Create a ticketCreate a ticket
Method parseElement
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void parseElement(Element rootElement) {
for (Element el : rootElement.getChildren()) {
/*
* if (el instanceof PmmXmlElementConvertable) { elementSet.add(new
* ParametricModel(el)); }
- Create a ticketCreate a ticket
Function d3_geo_projectionMutator
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function d3_geo_projectionMutator(projectAt) {
var project, rotate, projectRotate, projectResample = d3_geo_resample(function(x, y) {
x = project(x, y);
return [ x[0] * k + δx, δy - x[1] * k ];
}), k = 150, x = 480, y = 250, λ = 0, φ = 0, δλ = 0, δφ = 0, δγ = 0, δx, δy, preclip = d3_geo_clipAntimeridian, postclip = d3_identity, clipAngle = null, clipExtent = null, stream;
- Create a ticketCreate a ticket
Function _create
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_create: function() {
this.activeMenu = this.element;
// Flag used to prevent firing of the click handler
// as the event bubbles up through nested menus
- Create a ticketCreate a ticket
Function generate_pattern
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function generate_pattern(it, $keyword, $ruleType) {
var out = ' ';
var $lvl = it.level;
var $dataLvl = it.dataLevel;
var $schema = it.schema[$keyword];
- Create a ticketCreate a ticket
Function 30
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
},{}],30:[function(require,module,exports){
'use strict';
module.exports = function generate_oneOf(it, $keyword, $ruleType) {
var out = ' ';
var $lvl = it.level;
- Create a ticketCreate a ticket
File FskxWriterNodeModel.java
has 282 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*******************************************************************************
* Copyright (c) 2015 Federal Institute for Risk Assessment (BfR), Germany
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
- Create a ticketCreate a ticket
Method loadSettingsFrom
has 69 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected void loadSettingsFrom(NodeSettingsRO settings,
BufferedDataTable[] input) throws NotConfigurableException {
try {
set = new SettingsHelper();
- Create a ticketCreate a ticket
Method initComponents
has 69 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void initComponents() {
// JFormDesigner - Component initialization - DO NOT MODIFY //GEN-BEGIN:initComponents
dialogPane = new JPanel();
contentPanel = new JPanel();
label1 = new JLabel();
- Create a ticketCreate a ticket
Method writeArchive
has 69 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static void writeArchive(File archiveFile, FskPortObject portObject,
ExecutionContext exec) throws Exception {
Map<String, URI> URIS = FSKML.getURIS(1, 0, 12);
- Create a ticketCreate a ticket
Method initializeModel
has 69 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static Model initializeModel(ModelType modelType) {
if (modelType == null)
return new GenericModel()
.generalInformation(new GenericModelGeneralInformation()
- Create a ticketCreate a ticket
Function token
has 69 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
token: function (stream, state) {
if (stream)
//check for state changes
if (!state.inString && !state.inComment && ((stream.peek() == '"') || (stream.peek() == "'"))) {
- Create a ticketCreate a ticket