Menu

#74 Linebreak not working correctly for "throw"

v1.0.x
fixed
None
v1.0.9
Bug Fix
2016-07-11
2016-07-04
Erik Hänel
No

The line break character \n is not working correctly for the keyword throw. In this case, a hardcoded line break will appear.

Analysis:
The actual issue is that the function Linebreak() is not capable of recognizing a line break character. Should be a straightforward fix.

Implementation:
Fix was implemented as proposed by the analysis. Implementation tests were successful.

Tests:
Tests were passed successfully. Bug fix accepted.

Discussion

  • Erik Hänel

    Erik Hänel - 2016-07-04
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2016-07-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,7 @@
     The line break character `\n` is not working correctly for the keyword `throw`. In this case, a hardcoded line break will appear.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2016-07-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     The line break character `\n` is not working correctly for the keyword `throw`. In this case, a hardcoded line break will appear.
    
     **Analysis:**
    +The actual issue is that the function `Linebreak()` is not capable of recognizing a line break character. Should be a straightforward fix.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2016-07-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,5 +4,6 @@
     The actual issue is that the function `Linebreak()` is not capable of recognizing a line break character. Should be a straightforward fix.
    
     **Implementation:**
    +Fix was implemented as proposed by the analysis. Implementation tests were successful.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2016-07-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -7,3 +7,4 @@
     Fix was implemented as proposed by the analysis. Implementation tests were successful.
    
     **Tests:**
    +Tests were passed successfully. Bug fix accepted.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB