PowerPan/leaflet-ais-tracksymbol

View on GitHub

Showing 62 of 62 total issues

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

    setNameByMMSITable: function(){
        if (typeof MMSI !== 'undefined')
            if(MMSI[this.getMmsi()])
                this.setName(MMSI[this.getMmsi()]);
    },
Severity: Major
Found in src/aisTrackSymbolPath.js and 1 other location - About 1 hr to fix
src/aisTrackSymbolMarker.js on lines 179..183

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 59.

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

    setNameByMMSITable: function(){
        if (typeof MMSI !== 'undefined')
            if(MMSI[this.getMmsi()])
                this.setName(MMSI[this.getMmsi()]);
    },
Severity: Major
Found in src/aisTrackSymbolMarker.js and 1 other location - About 1 hr to fix
src/aisTrackSymbolPath.js on lines 203..207

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 59.

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 getTypeOfDeviceText has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    getTypeOfDeviceText: function(){
        //this._setColorByTypeOfDevice();
        switch (this.getTypeOfDevice()){
            case 0:
                return "undefined (default)";
Severity: Minor
Found in src/aisTrackSymbolMarker.js - About 1 hr to fix

    Function getTypeOfDeviceText has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        getTypeOfDeviceText: function(){
            //this._setColorByTypeOfDevice();
            switch (this.getTypeOfDevice()){
                case 0:
                    return "undefined (default)";
    Severity: Minor
    Found in src/aisTrackSymbolPath.js - About 1 hr to fix

      Function addAisData has 28 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          addAisData: function(data){
              var mmsi = data.mmsi;
              var trackMarker;
              if(this.getLayer(mmsi)){
                  trackMarker = this.getLayer(mmsi);
      Severity: Minor
      Found in src/aisTrackLayer.js - About 1 hr to fix

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

            openMarineTraffic: function () {
                var win = window.open("http://www.marinetraffic.com/en/ais/details/ships/mmsi:"+this.getMmsi(), '_blank');
                win.focus();
            },
        Severity: Minor
        Found in src/aisTrackSymbolPath.js and 1 other location - About 40 mins to fix
        src/aisTrackSymbolMarker.js on lines 152..155

        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 49.

        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

            openMarineTraffic: function () {
                var win = window.open("http://www.marinetraffic.com/en/ais/details/ships/mmsi:"+this.getMmsi(), '_blank');
                win.focus();
            },
        Severity: Minor
        Found in src/aisTrackSymbolMarker.js and 1 other location - About 40 mins to fix
        src/aisTrackSymbolPath.js on lines 158..161

        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 49.

        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 10 locations. Consider refactoring.
        Open

            setUTCMinute: function(utcMinute){
                if (utcMinute >= 10)
                    this._utcMinute = utcMinute;
                else
                    this._utcMinute = "0" + utcMinute;
        Severity: Major
        Found in src/aisTrackSymbolMarker.js and 9 other locations - About 40 mins to fix
        src/aisTrackSymbolMarker.js on lines 483..488
        src/aisTrackSymbolMarker.js on lines 502..507
        src/aisTrackSymbolMarker.js on lines 521..526
        src/aisTrackSymbolMarker.js on lines 559..564
        src/aisTrackSymbolPath.js on lines 723..728
        src/aisTrackSymbolPath.js on lines 742..747
        src/aisTrackSymbolPath.js on lines 761..766
        src/aisTrackSymbolPath.js on lines 780..785
        src/aisTrackSymbolPath.js on lines 799..804

        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 48.

        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 10 locations. Consider refactoring.
        Open

            setUTCHour: function(utcHour){
                if (utcHour >= 10)
                    this._utcHour = utcHour; 
                else
                    this._utcHour = "0" + utcHour;               
        Severity: Major
        Found in src/aisTrackSymbolPath.js and 9 other locations - About 40 mins to fix
        src/aisTrackSymbolMarker.js on lines 483..488
        src/aisTrackSymbolMarker.js on lines 502..507
        src/aisTrackSymbolMarker.js on lines 521..526
        src/aisTrackSymbolMarker.js on lines 540..545
        src/aisTrackSymbolMarker.js on lines 559..564
        src/aisTrackSymbolPath.js on lines 723..728
        src/aisTrackSymbolPath.js on lines 742..747
        src/aisTrackSymbolPath.js on lines 780..785
        src/aisTrackSymbolPath.js on lines 799..804

        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 48.

        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 10 locations. Consider refactoring.
        Open

            setUTCMonth: function(utcMonth){
                if (utcMonth >= 10)
                    this._utcMonth = utcMonth;
                else
                    this._utcMonth = "0" + utcMonth;
        Severity: Major
        Found in src/aisTrackSymbolPath.js and 9 other locations - About 40 mins to fix
        src/aisTrackSymbolMarker.js on lines 483..488
        src/aisTrackSymbolMarker.js on lines 502..507
        src/aisTrackSymbolMarker.js on lines 521..526
        src/aisTrackSymbolMarker.js on lines 540..545
        src/aisTrackSymbolMarker.js on lines 559..564
        src/aisTrackSymbolPath.js on lines 742..747
        src/aisTrackSymbolPath.js on lines 761..766
        src/aisTrackSymbolPath.js on lines 780..785
        src/aisTrackSymbolPath.js on lines 799..804

        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 48.

        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 10 locations. Consider refactoring.
        Open

            setUTCSecond: function(utcSecond){
                if (utcSecond >= 10)
                    this._utcSecond = utcSecond;
                else
                    this._utcSecond = "0" + utcSecond;
        Severity: Major
        Found in src/aisTrackSymbolPath.js and 9 other locations - About 40 mins to fix
        src/aisTrackSymbolMarker.js on lines 483..488
        src/aisTrackSymbolMarker.js on lines 502..507
        src/aisTrackSymbolMarker.js on lines 521..526
        src/aisTrackSymbolMarker.js on lines 540..545
        src/aisTrackSymbolMarker.js on lines 559..564
        src/aisTrackSymbolPath.js on lines 723..728
        src/aisTrackSymbolPath.js on lines 742..747
        src/aisTrackSymbolPath.js on lines 761..766
        src/aisTrackSymbolPath.js on lines 780..785

        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 48.

        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 10 locations. Consider refactoring.
        Open

            setUTCMinute: function(utcMinute){
                if (utcMinute >= 10)
                    this._utcMinute = utcMinute;
                else
                    this._utcMinute = "0" + utcMinute;
        Severity: Major
        Found in src/aisTrackSymbolPath.js and 9 other locations - About 40 mins to fix
        src/aisTrackSymbolMarker.js on lines 483..488
        src/aisTrackSymbolMarker.js on lines 502..507
        src/aisTrackSymbolMarker.js on lines 521..526
        src/aisTrackSymbolMarker.js on lines 540..545
        src/aisTrackSymbolMarker.js on lines 559..564
        src/aisTrackSymbolPath.js on lines 723..728
        src/aisTrackSymbolPath.js on lines 742..747
        src/aisTrackSymbolPath.js on lines 761..766
        src/aisTrackSymbolPath.js on lines 799..804

        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 48.

        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 10 locations. Consider refactoring.
        Open

            setUTCSecond: function(utcSecond){
                if (utcSecond >= 10)
                    this._utcSecond = utcSecond;
                else
                    this._utcSecond = "0" + utcSecond;
        Severity: Major
        Found in src/aisTrackSymbolMarker.js and 9 other locations - About 40 mins to fix
        src/aisTrackSymbolMarker.js on lines 483..488
        src/aisTrackSymbolMarker.js on lines 502..507
        src/aisTrackSymbolMarker.js on lines 521..526
        src/aisTrackSymbolMarker.js on lines 540..545
        src/aisTrackSymbolPath.js on lines 723..728
        src/aisTrackSymbolPath.js on lines 742..747
        src/aisTrackSymbolPath.js on lines 761..766
        src/aisTrackSymbolPath.js on lines 780..785
        src/aisTrackSymbolPath.js on lines 799..804

        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 48.

        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 10 locations. Consider refactoring.
        Open

            setUTCMonth: function(utcMonth){
                if (utcMonth >= 10)
                    this._utcMonth = utcMonth;
                else
                    this._utcMonth = "0" + utcMonth;
        Severity: Major
        Found in src/aisTrackSymbolMarker.js and 9 other locations - About 40 mins to fix
        src/aisTrackSymbolMarker.js on lines 502..507
        src/aisTrackSymbolMarker.js on lines 521..526
        src/aisTrackSymbolMarker.js on lines 540..545
        src/aisTrackSymbolMarker.js on lines 559..564
        src/aisTrackSymbolPath.js on lines 723..728
        src/aisTrackSymbolPath.js on lines 742..747
        src/aisTrackSymbolPath.js on lines 761..766
        src/aisTrackSymbolPath.js on lines 780..785
        src/aisTrackSymbolPath.js on lines 799..804

        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 48.

        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 10 locations. Consider refactoring.
        Open

            setUTCDay: function(utcDay){
                if (utcDay >= 10)
                    this._utcDay = utcDay;
                else
                    this._utcDay = "0" + utcDay;
        Severity: Major
        Found in src/aisTrackSymbolPath.js and 9 other locations - About 40 mins to fix
        src/aisTrackSymbolMarker.js on lines 483..488
        src/aisTrackSymbolMarker.js on lines 502..507
        src/aisTrackSymbolMarker.js on lines 521..526
        src/aisTrackSymbolMarker.js on lines 540..545
        src/aisTrackSymbolMarker.js on lines 559..564
        src/aisTrackSymbolPath.js on lines 723..728
        src/aisTrackSymbolPath.js on lines 761..766
        src/aisTrackSymbolPath.js on lines 780..785
        src/aisTrackSymbolPath.js on lines 799..804

        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 48.

        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 10 locations. Consider refactoring.
        Open

            setUTCDay: function(utcDay){
                if (utcDay >= 10)
                    this._utcDay = utcDay;
                else
                    this._utcDay = "0" + utcDay;
        Severity: Major
        Found in src/aisTrackSymbolMarker.js and 9 other locations - About 40 mins to fix
        src/aisTrackSymbolMarker.js on lines 483..488
        src/aisTrackSymbolMarker.js on lines 521..526
        src/aisTrackSymbolMarker.js on lines 540..545
        src/aisTrackSymbolMarker.js on lines 559..564
        src/aisTrackSymbolPath.js on lines 723..728
        src/aisTrackSymbolPath.js on lines 742..747
        src/aisTrackSymbolPath.js on lines 761..766
        src/aisTrackSymbolPath.js on lines 780..785
        src/aisTrackSymbolPath.js on lines 799..804

        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 48.

        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 10 locations. Consider refactoring.
        Open

            setUTCHour: function(utcHour){
                if (utcHour >= 10)
                    this._utcHour = utcHour; 
                else
                    this._utcHour = "0" + utcHour;               
        Severity: Major
        Found in src/aisTrackSymbolMarker.js and 9 other locations - About 40 mins to fix
        src/aisTrackSymbolMarker.js on lines 483..488
        src/aisTrackSymbolMarker.js on lines 502..507
        src/aisTrackSymbolMarker.js on lines 540..545
        src/aisTrackSymbolMarker.js on lines 559..564
        src/aisTrackSymbolPath.js on lines 723..728
        src/aisTrackSymbolPath.js on lines 742..747
        src/aisTrackSymbolPath.js on lines 761..766
        src/aisTrackSymbolPath.js on lines 780..785
        src/aisTrackSymbolPath.js on lines 799..804

        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 48.

        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 searchTrack has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
        Open

            searchTrack: function (searchText) {
                for(var i = 0 ; i < this.getLayers().length; i++){
                    var obj = this.getLayers()[i];
                    if(obj.getMmsi() === parseInt(searchText,10)){
                        return obj;
        Severity: Minor
        Found in src/aisTrackLayer.js - About 35 mins to fix

        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

        Rule doesn't have all its properties in alphabetical order.
        Open

        .ais-track-popup-header {
        Severity: Minor
        Found in src/aisTrack.css by csslint

        Rule doesn't have all its properties in alphabetical order.
        Open

        .ais-track-popup-content {
        Severity: Minor
        Found in src/aisTrack.css by csslint
        Severity
        Category
        Status
        Source
        Language