18F/analytics.usa.gov

View on GitHub

Showing 190 of 190 total issues

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

describe("HistoricalDataDownload", () => {
  it("renders", () => {
    const component = renderer.create(
      <HistoricalDataDownload
        apiURL="http://www.example.com"
js/components/agency_select/__tests__/AgencySelect.spec.js on lines 5..17
js/components/agency_select/__tests__/AgencySelect.spec.js on lines 19..31
js/components/main_charts/__tests__/MainCharts.spec.js on lines 4..16

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

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

function loadAndRender() {
  let url = function (d) {
    return d && d.source;
  };

Severity: Major
Found in js/lib/chart_helpers/renderblock.js - About 2 hrs to fix

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

    describe("TrafficSources", () => {
      it("renders", () => {
        let component;
        act(() => {
          component = create(
    Severity: Major
    Found in js/components/main_charts/__tests__/TrafficSources.spec.js and 5 other locations - About 2 hrs to fix
    js/components/main_charts/__tests__/DeviceDemographics.spec.js on lines 4..14
    js/components/main_charts/__tests__/Engagement.spec.js on lines 4..14
    js/components/main_charts/__tests__/LocationsAndLanguages.spec.js on lines 4..14
    js/components/main_charts/__tests__/Sessions30Days.spec.js on lines 4..14
    js/components/main_charts/__tests__/TopPages.spec.js on lines 4..14

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

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

    describe("LocationsAndLanguages", () => {
      it("renders", () => {
        let component;
        act(() => {
          component = create(
    js/components/main_charts/__tests__/DeviceDemographics.spec.js on lines 4..14
    js/components/main_charts/__tests__/Engagement.spec.js on lines 4..14
    js/components/main_charts/__tests__/Sessions30Days.spec.js on lines 4..14
    js/components/main_charts/__tests__/TopPages.spec.js on lines 4..14
    js/components/main_charts/__tests__/TrafficSources.spec.js on lines 4..14

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

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

    describe("DeviceDemographics", () => {
      it("renders", () => {
        let component;
        act(() => {
          component = create(
    js/components/main_charts/__tests__/Engagement.spec.js on lines 4..14
    js/components/main_charts/__tests__/LocationsAndLanguages.spec.js on lines 4..14
    js/components/main_charts/__tests__/Sessions30Days.spec.js on lines 4..14
    js/components/main_charts/__tests__/TopPages.spec.js on lines 4..14
    js/components/main_charts/__tests__/TrafficSources.spec.js on lines 4..14

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

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

    describe("Engagement", () => {
      it("renders", () => {
        let component;
        act(() => {
          component = create(
    Severity: Major
    Found in js/components/main_charts/__tests__/Engagement.spec.js and 5 other locations - About 2 hrs to fix
    js/components/main_charts/__tests__/DeviceDemographics.spec.js on lines 4..14
    js/components/main_charts/__tests__/LocationsAndLanguages.spec.js on lines 4..14
    js/components/main_charts/__tests__/Sessions30Days.spec.js on lines 4..14
    js/components/main_charts/__tests__/TopPages.spec.js on lines 4..14
    js/components/main_charts/__tests__/TrafficSources.spec.js on lines 4..14

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

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

    describe("TopPages", () => {
      it("renders", () => {
        let component;
        act(() => {
          component = create(
    Severity: Major
    Found in js/components/main_charts/__tests__/TopPages.spec.js and 5 other locations - About 2 hrs to fix
    js/components/main_charts/__tests__/DeviceDemographics.spec.js on lines 4..14
    js/components/main_charts/__tests__/Engagement.spec.js on lines 4..14
    js/components/main_charts/__tests__/LocationsAndLanguages.spec.js on lines 4..14
    js/components/main_charts/__tests__/Sessions30Days.spec.js on lines 4..14
    js/components/main_charts/__tests__/TrafficSources.spec.js on lines 4..14

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

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

    describe("Sessions30Days", () => {
      it("renders", () => {
        let component;
        act(() => {
          component = create(
    Severity: Major
    Found in js/components/main_charts/__tests__/Sessions30Days.spec.js and 5 other locations - About 2 hrs to fix
    js/components/main_charts/__tests__/DeviceDemographics.spec.js on lines 4..14
    js/components/main_charts/__tests__/Engagement.spec.js on lines 4..14
    js/components/main_charts/__tests__/LocationsAndLanguages.spec.js on lines 4..14
    js/components/main_charts/__tests__/TopPages.spec.js on lines 4..14
    js/components/main_charts/__tests__/TrafficSources.spec.js on lines 4..14

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

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

    export default function barChart() {
      let bars = function (d) {
        return d;
      };
    
    
    Severity: Major
    Found in js/lib/chart_helpers/barchart.js - About 2 hrs to fix

      Function buildtimeSeries has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring.
      Open

      export default function buildtimeSeries() {
        let series = function (d) {
          return [d];
        };
        let bars = function (d) {
      Severity: Minor
      Found in js/lib/chart_helpers/timeseries.js - About 2 hrs 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

      Function loadAndRender has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring.
      Open

      function loadAndRender() {
        let url = function (d) {
          return d && d.source;
        };
      
      
      Severity: Minor
      Found in js/lib/chart_helpers/renderblock.js - About 2 hrs 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

      Function timeSeries has 59 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        const timeSeries = function (svg) {
          const right = width - margin.right;
          const bottom = height - margin.bottom;
      
          yScale.range([bottom, margin.top]);
      Severity: Major
      Found in js/lib/chart_helpers/timeseries.js - About 2 hrs to fix

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

          describe("formatURL", () => {
            it("returns a clean url without a port and the site suffix", () => {
              assert.equal(
                formatters.formatURL("https://www.irs.gov:8443/cool-change"),
                "www.irs.gov",
        Severity: Major
        Found in js/lib/chart_helpers/__tests__/formatters.spec.js and 1 other location - About 2 hrs to fix
        js/lib/chart_helpers/__tests__/formatters.spec.js on lines 114..125

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

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

          describe("formatFile", () => {
            it("returns the file name from a given url", () => {
              assert.equal(
                formatters.formatFile("https://www.irs.gov:8443/ds82.pdf"),
                "/ds82.pdf",
        Severity: Major
        Found in js/lib/chart_helpers/__tests__/formatters.spec.js and 1 other location - About 2 hrs to fix
        js/lib/chart_helpers/__tests__/formatters.spec.js on lines 101..112

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

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

                beforeEach(async () => {
                  global.fetch.mockImplementation(() => {
                    return Promise.resolve({
                      json: () => {
                        return mockData;
        Severity: Major
        Found in js/lib/__tests__/dap_api_service.spec.js and 3 other locations - About 2 hrs to fix
        js/lib/__tests__/dap_api_service.spec.js on lines 203..217
        js/lib/__tests__/dap_api_service.spec.js on lines 235..249
        js/lib/__tests__/dap_api_service.spec.js on lines 350..364

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

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

                beforeEach(async () => {
                  global.fetch.mockImplementation(() => {
                    return Promise.resolve({
                      json: () => {
                        return mockData;
        Severity: Major
        Found in js/lib/__tests__/dap_api_service.spec.js and 3 other locations - About 2 hrs to fix
        js/lib/__tests__/dap_api_service.spec.js on lines 98..107
        js/lib/__tests__/dap_api_service.spec.js on lines 203..217
        js/lib/__tests__/dap_api_service.spec.js on lines 350..364

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

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

                beforeEach(async () => {
                  global.fetch.mockImplementation(() => {
                    return Promise.resolve({
                      json: () => {
                        return mockData;
        Severity: Major
        Found in js/lib/__tests__/dap_api_service.spec.js and 3 other locations - About 2 hrs to fix
        js/lib/__tests__/dap_api_service.spec.js on lines 98..107
        js/lib/__tests__/dap_api_service.spec.js on lines 203..217
        js/lib/__tests__/dap_api_service.spec.js on lines 235..249

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

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

                beforeEach(async () => {
                  global.fetch.mockImplementation(() => {
                    return Promise.resolve({
                      json: () => {
                        return mockData;
        Severity: Major
        Found in js/lib/__tests__/dap_api_service.spec.js and 3 other locations - About 2 hrs to fix
        js/lib/__tests__/dap_api_service.spec.js on lines 98..107
        js/lib/__tests__/dap_api_service.spec.js on lines 235..249
        js/lib/__tests__/dap_api_service.spec.js on lines 350..364

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

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

        function HistoricalDataDownloads({ apiURL, mainAgencyName, agencies }) {
          const parsedAgencies = JSON.parse(agencies).map(({ name, slug }) => {
            return { name, value: slug };
          });
          const apiReports = [
        Severity: Minor
        Found in js/components/historical_data_download/HistoricalDataDownload.js - About 2 hrs 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

        Function barChart has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
        Open

        export default function barChart() {
          let bars = function (d) {
            return d;
          };
        
        
        Severity: Minor
        Found in js/lib/chart_helpers/barchart.js - About 1 hr 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

        Severity
        Category
        Status
        Source
        Language