LearnPAd/learnpad

View on GitHub

Showing 4,261 of 4,261 total issues

Function MessageBox has 338 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Ext.MessageBox = function(){
    var dlg, opt, mask, waitTimer,
        bodyEl, msgEl, textboxEl, textareaEl, progressBar, pp, iconEl, spacerEl,
        buttons, activeTextEl, bwidth, bufferIcon = '', iconCls = '',
        buttonNames = ['ok', 'yes', 'no', 'cancel'];

    Method findGL has a Cognitive Complexity of 83 (exceeds 5 allowed). Consider refactoring.
    Open

        @Override
        protected void findGL(Definitions diagram) {
            StringBuilder temp = new StringBuilder();
            Collection<FlowElement> elementsBPMNtemp = new ArrayList<FlowElement>();
            Collection<ElementID> Elementstemp = new ArrayList<ElementID>();

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Method findGL has a Cognitive Complexity of 83 (exceeds 5 allowed). Consider refactoring.
    Open

        @Override
        protected void findGL(Definitions diagram) {
            /*StringBuilder temp = new StringBuilder();
            Collection<FlowElement> elementsBPMNtemp = new ArrayList<FlowElement>();
            Collection<ElementID> Elementstemp = new ArrayList<ElementID>();

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Method findGL has a Cognitive Complexity of 82 (exceeds 5 allowed). Consider refactoring.
    Open

        @Override
        protected void findGL(Definitions diagram) {
            StringBuilder temp = new StringBuilder();
    
            int num = 0;

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Function ScrollManager has a Cognitive Complexity of 82 (exceeds 5 allowed). Consider refactoring.
    Open

    Ext.dd.ScrollManager = function(){
        var ddm = Ext.dd.DragDropMgr;
        var els = {};
        var dragEl = null;
        var proc = {};

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    File XwikiPackage.java has 707 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /**
     */
    package eu.learnpad.transformations.metamodel_corpus.xwiki;
    
    import org.eclipse.emf.ecore.EAttribute;

      Function 8 has a Cognitive Complexity of 80 (exceeds 5 allowed). Consider refactoring.
      Open

      },{"./SchemaCompilation":8,"./SchemaValidation":9}],8:[function(require,module,exports){
      "use strict";
      
      var Report = require("./Report");
      var SchemaCache = require("./SchemaCache");

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Method paint has 313 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public static void paint(Graphics2D g) {
              Shape shape = null;
              Paint paint = null;
              Stroke stroke = null;
              Area clip = null;

        Function 10 has a Cognitive Complexity of 78 (exceeds 5 allowed). Consider refactoring.
        Open

        },{"./FormatValidators":3,"./JsonValidation":4,"./Report":6,"./Utils":10}],10:[function(require,module,exports){
        "use strict";
        
        exports.whatIs = function (what) {
        
        

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        File MySqlController.java has 683 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        package eu.learnpad.simulator.mon.storage;
        
        import java.sql.Connection;
        import java.sql.DriverManager;
        import java.sql.PreparedStatement;

          Identical blocks of code found in 2 locations. Consider refactoring.
          Open

              var createResponse = function(cb, xhr){
                  var headerObj = {},
                      headerStr,
                      t,
                      s;
          lp-dashboard-kpi/lp-dash-adoxx-cockpit/src/main/webapp/ext-3.4.0/adapter/prototype/ext-prototype-adapter-debug.js on lines 1556..1589

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 281.

          We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

          The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

          If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

          See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

          Refactorings

          Further Reading

          Identical blocks of code found in 2 locations. Consider refactoring.
          Open

              var createResponse = function(cb, xhr){
                  var headerObj = {},
                      headerStr,
                      t,
                      s;
          lp-dashboard-kpi/lp-dash-adoxx-cockpit/src/main/webapp/ext-3.4.0/adapter/jquery/ext-jquery-adapter-debug.js on lines 1507..1540

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 281.

          We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

          The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

          If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

          See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

          Refactorings

          Further Reading

          Method init has 306 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

            @Override
            @SuppressWarnings("deprecation")
            public Resource init() throws ResourceInstantiationException {
              // list of namespaces to be ignored when creating gazetteer list
              List<String> nsToIgnore = new ArrayList<String>();

            File H2Controller.java has 671 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            package eu.learnpad.simulator.mon.storage;
            
            import java.sql.Connection;
            import java.sql.DriverManager;
            import java.sql.PreparedStatement;

              Method getDataTable has a Cognitive Complexity of 76 (exceeds 5 allowed). Consider refactoring.
              Open

                  public List<List<String>> getDataTable() throws IOException, InvalidFormatException {
                      List<List<String>> dataTable = new ArrayList<>();
                      Integer rowNumber = -2;
              
                      Workbook wb = WorkbookFactory.create(excelFile);

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Similar blocks of code found in 3 locations. Consider refactoring.
              Open

              /**
               */
              package eu.learnpad.transformations.metamodel_corpus.xwiki.impl;
              
              import org.eclipse.emf.common.notify.Notification;
              lp-model-transformer/src/main/java/eu/learnpad/transformations/metamodel_corpus/ado/impl/MODELREFERENCETypeImpl.java on lines 1..325
              lp-model-transformer/src/main/java/eu/learnpad/transformations/metamodel_corpus/xwiki/impl/WikiImpl.java on lines 1..322

              Duplicated Code

              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

              Tuning

              This issue has a mass of 729.

              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

              Refactorings

              Further Reading

              Similar blocks of code found in 3 locations. Consider refactoring.
              Open

              /**
               */
              package eu.learnpad.transformations.metamodel_corpus.xwiki.impl;
              
              import org.eclipse.emf.common.notify.Notification;
              lp-model-transformer/src/main/java/eu/learnpad/transformations/metamodel_corpus/ado/impl/MODELREFERENCETypeImpl.java on lines 1..325
              lp-model-transformer/src/main/java/eu/learnpad/transformations/metamodel_corpus/xwiki/impl/LinkImpl.java on lines 1..323

              Duplicated Code

              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

              Tuning

              This issue has a mass of 729.

              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

              Refactorings

              Further Reading

              Similar blocks of code found in 3 locations. Consider refactoring.
              Open

              /**
               */
              package eu.learnpad.transformations.metamodel_corpus.ado.impl;
              
              import org.eclipse.emf.common.notify.Notification;
              lp-model-transformer/src/main/java/eu/learnpad/transformations/metamodel_corpus/xwiki/impl/LinkImpl.java on lines 1..323
              lp-model-transformer/src/main/java/eu/learnpad/transformations/metamodel_corpus/xwiki/impl/WikiImpl.java on lines 1..322

              Duplicated Code

              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

              Tuning

              This issue has a mass of 729.

              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

              Refactorings

              Further Reading

              Function Event has 299 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              })();Ext.lib.Event = function() {
                  var loadComplete = false,
                      unloadListeners = {},
                      retryCount = 0,
                      onAvailStack = [],

                File OntoRootGaz.java has 653 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                /*
                 * OntoRootGaz.java
                 * 
                 * Copyright (c) 1998-2008, The University of Sheffield.
                 * 
                  Severity
                  Category
                  Status
                  Source
                  Language