Showing 670 of 670 total issues

Function initializeHeatmap has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

NN_trainer.prototype.initializeHeatmap = function () {


  this.heatmapSideNumberOfElements = 15;
  //this.heatmapColors = ['#f7fcf0','#e0f3db','#ccebc5','#a8ddb5','#7bccc4','#4eb3d3','#2b8cbe','#0868ac','#084081'].reverse();
Severity: Major
Found in people/a/AlammarJay/js/simple_nn.js - About 2 hrs to fix

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

      defs.append("marker")
        .attrs({
          "id": "arrow",
          "viewBox": "0 -5 10 10",
          "refX": 5,
    Severity: Major
    Found in people/a/AlammarJay/js/shallow_nn_grapher.js and 4 other locations - About 2 hrs to fix
    people/a/AlammarJay/js/nn_calc.js on lines 1703..1715
    people/a/AlammarJay/js/nn_calc.js on lines 1737..1749
    people/a/AlammarJay/js/simple_nn.js on lines 706..718
    people/a/AlammarJay/js/two_variable_nn.js on lines 289..301

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

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

        defs.append("marker")
          .attrs({
            "id": "arrow",
            "viewBox": "0 -5 10 10",
            "refX": 5,
    Severity: Major
    Found in people/a/AlammarJay/js/nn_calc.js and 4 other locations - About 2 hrs to fix
    people/a/AlammarJay/js/nn_calc.js on lines 1737..1749
    people/a/AlammarJay/js/shallow_nn_grapher.js on lines 38..50
    people/a/AlammarJay/js/simple_nn.js on lines 706..718
    people/a/AlammarJay/js/two_variable_nn.js on lines 289..301

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

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

      defs.append("marker")
        .attrs({
          "id": "arrow",
          "viewBox": "0 -5 10 10",
          "refX": 5,
    Severity: Major
    Found in people/a/AlammarJay/js/two_variable_nn.js and 4 other locations - About 2 hrs to fix
    people/a/AlammarJay/js/nn_calc.js on lines 1703..1715
    people/a/AlammarJay/js/nn_calc.js on lines 1737..1749
    people/a/AlammarJay/js/shallow_nn_grapher.js on lines 38..50
    people/a/AlammarJay/js/simple_nn.js on lines 706..718

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

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

        defs.append("marker")
          .attrs({
            "id": "arrow",
            "viewBox": "0 -5 10 10",
            "refX": 5,
    Severity: Major
    Found in people/a/AlammarJay/js/nn_calc.js and 4 other locations - About 2 hrs to fix
    people/a/AlammarJay/js/nn_calc.js on lines 1703..1715
    people/a/AlammarJay/js/shallow_nn_grapher.js on lines 38..50
    people/a/AlammarJay/js/simple_nn.js on lines 706..718
    people/a/AlammarJay/js/two_variable_nn.js on lines 289..301

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

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

      defs.append("marker")
        .attrs({
          "id": "arrow",
          "viewBox": "0 -5 10 10",
          "refX": 5,
    Severity: Major
    Found in people/a/AlammarJay/js/simple_nn.js and 4 other locations - About 2 hrs to fix
    people/a/AlammarJay/js/nn_calc.js on lines 1703..1715
    people/a/AlammarJay/js/nn_calc.js on lines 1737..1749
    people/a/AlammarJay/js/shallow_nn_grapher.js on lines 38..50
    people/a/AlammarJay/js/two_variable_nn.js on lines 289..301

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

    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

      async create(context: HtmlRR0SsgContext): Promise<DomReplacer> {
        const instance = this.replacer
        return {
          async replace(original: HTMLElement): Promise<HTMLElement> {
            return instance.replacement(context, original)
    Severity: Major
    Found in note/NoteReplacerFactory.ts and 2 other locations - About 2 hrs to fix
    source/SourceReplacerFactory.ts on lines 16..23
    time/EventReplacerFactory.ts on lines 37..44

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

    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

      async create(context: HtmlRR0SsgContext): Promise<DomReplacer> {
        const replacer = this.replacer
        return {
          async replace(original: HTMLElement): Promise<HTMLElement> {
            return replacer.replacement(context, original)
    Severity: Major
    Found in time/EventReplacerFactory.ts and 2 other locations - About 2 hrs to fix
    note/NoteReplacerFactory.ts on lines 13..20
    source/SourceReplacerFactory.ts on lines 16..23

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

    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

      async create(context: HtmlRR0SsgContext): Promise<DomReplacer> {
        const replacer = this.replacer
        return {
          async replace(original: HTMLElement): Promise<HTMLElement> {
            return replacer.replacement(context, original)
    Severity: Major
    Found in source/SourceReplacerFactory.ts and 2 other locations - About 2 hrs to fix
    note/NoteReplacerFactory.ts on lines 13..20
    time/EventReplacerFactory.ts on lines 37..44

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

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

      protected async createReplacer(context: HtmlRR0SsgContext): Promise<DomReplacer<HTMLImageElement>> {
        return {
          replace: async (imgEl: HTMLImageElement): Promise<HTMLImageElement> => {
            const src = imgEl.src
            const imgParentEl = imgEl.parentElement
    Severity: Major
    Found in ImageCommand.ts - About 2 hrs to fix

      Function build has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
      Open

        build(context: RR0SsgContext, print = true, options = this.options): string {
          const time = context.time
          const printOptions: Intl.DateTimeFormatOptions = {}
          const date = new Date(undefined, undefined, undefined)
          const year = time.getYear()
      Severity: Minor
      Found in time/TimeTextBuilder.ts - 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

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

          var inputs = inputGroups.enter()
            .append("g")
            .attr("class", "output-group")
            .attr("transform", function (d) {
              return "translate(" +
      Severity: Major
      Found in people/a/AlammarJay/js/nn_calc.js and 2 other locations - About 2 hrs to fix
      people/a/AlammarJay/js/nn_calc.js on lines 36..58
      people/a/AlammarJay/js/nn_calc.js on lines 1249..1270

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

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

        renderContent(context: HtmlRR0SsgContext, source: Source, container: HTMLElement): void {
          const doc = context.file.document
          const sourceContext = context.clone()
          const authors = source.authors
          if (authors?.length > 0) {
      Severity: Major
      Found in source/SourceRenderer.ts - About 2 hrs to fix

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

              var inputs = nodeGroups.enter()
                .append("g")
                .attr("class", ".layer-" + layer.index + " layer-group")
                .attr("transform", function (d) {
                  return "translate(" +
        Severity: Major
        Found in people/a/AlammarJay/js/nn_calc.js and 1 other location - About 2 hrs to fix
        people/a/AlammarJay/js/nn_calc.js on lines 1357..1365

        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

            softmaxOutputElements.append("text")
              .attr("class", function (d) {
                if (d.value == maxValueIndex)
                  return "highlighted-softmax-output"
                else
        Severity: Major
        Found in people/a/AlammarJay/js/nn_calc.js and 1 other location - About 2 hrs to fix
        people/a/AlammarJay/js/nn_calc.js on lines 674..684

        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

            softmaxOutputGroups.select("text")
              .attr("class", function (d) {
                if (d.value == maxValueIndex)
                  return "highlighted-softmax-output"
                else
        Severity: Major
        Found in people/a/AlammarJay/js/nn_calc.js and 1 other location - About 2 hrs to fix
        people/a/AlammarJay/js/nn_calc.js on lines 696..706

        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

              var nodes = nodeGroups.enter()
                .append("g")
                .attr("class", "layer-" + layer.index + " layer-group")
                .attr("transform", function (d) {
                  return "translate(" +
        Severity: Major
        Found in people/a/AlammarJay/js/nn_calc.js and 1 other location - About 2 hrs to fix
        people/a/AlammarJay/js/nn_calc.js on lines 1442..1450

        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

              {
                const element = context.file.document.createElement("time")
                element.textContent = "P20M"
                const replacement = await replacer.replacement(context, element)
                expect(replacement.outerHTML).toBe(`<time class="duration">20 minutes</time>`)
        Severity: Major
        Found in time/TimeReplacer.test.ts and 1 other location - About 2 hrs to fix
        time/TimeReplacer.test.ts on lines 219..224

        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

              {
                const ctxElement = context.file.document.createElement("time")
                ctxElement.textContent = "1947-07-02"
                const replacement1 = await replacer.replacement(context, ctxElement)
                expect(replacement1.outerHTML).toBe(`<span class="time">mercredi 2 juillet 1947</span>`)
        Severity: Major
        Found in time/TimeReplacer.test.ts and 1 other location - About 2 hrs to fix
        time/TimeReplacer.test.ts on lines 225..230

        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

        File TimeReplacer.test.ts has 257 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        import { TimeReplacer } from "./TimeReplacer"
        import { rr0TestUtil } from "../test/RR0TestUtil"
        import { describe, expect, test } from "@javarome/testscript"
        import { TimeRenderer } from "./TimeRenderer"
        import { TimeElementFactory } from "./TimeElementFactory"
        Severity: Minor
        Found in time/TimeReplacer.test.ts - About 2 hrs to fix
          Severity
          Category
          Status
          Source
          Language