Menu

#67 getindices() misses new string() dimensions

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

The function getindices() is not capable of interpreting the new string() dimensions. Has to be fixed.

Analysis:
This bug can be fixed by simply inserting the new string logic from a few lines further upwards and customizing them in the desired way.

Implementation:
Bug fix was implemented as proposed in the analysis. Implementation tests were successful.

Tests:
Tests were passed successfully. Bug fix accepted.

Discussion

  • Erik Hänel

    Erik Hänel - 2016-06-29
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2016-06-29
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,7 @@
     The function `getindices()` is not capable of interpreting the new `string()` dimensions. Has to be fixed.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2016-06-29
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     The function `getindices()` is not capable of interpreting the new `string()` dimensions. Has to be fixed.
    
     **Analysis:**
    +This bug can be fixed by simply inserting the new string logic from a few lines further upwards and customizing them in the desired way.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2016-06-29
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,5 +4,6 @@
     This bug can be fixed by simply inserting the new string logic from a few lines further upwards and customizing them in the desired way.
    
     **Implementation:**
    +Bug fix was implemented as proposed in 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 @@
     Bug fix was implemented as proposed in 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