Menu

#301 Unhandled exceptions when using the static analyzer

v1.1.x
fixed
critical (96)
v1.1.0
Bug Fix
2018-04-25
2018-03-31
Erik Hänel
No

If one uses the static code analyzer with procedures and edits their parentheses, an unhandled exception is thrown (however, one can continue his/her work).

Analysis:
The exceptions occur because a check for parentheses is missing. Also a check, whether the found procedure is inside of comments, is missing.

Implementation:
The missing checks were added. Implementation tests were passed successfully.

Documentation:
The fix was documented in the changes log.

Tests:
The fix was tested in productive environment and no deviations were detected. Bug fix implemented successfully.

Discussion

  • Erik Hänel

    Erik Hänel - 2018-03-31
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-03-31
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     If one uses the static code analyzer with procedures and edits their parentheses, an unhandled exception is thrown (however, one can continue his/her work). 
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-03-31
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     If one uses the static code analyzer with procedures and edits their parentheses, an unhandled exception is thrown (however, one can continue his/her work). 
    
     **Analysis:**
    +The exceptions occur because a check for parentheses is missing. Also a check, whether the found procedure is inside of comments, is missing.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-03-31
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     The exceptions occur because a check for parentheses is missing. Also a check, whether the found procedure is inside of comments, is missing.
    
     **Implementation:**
    +The missing checks were added. Implementation tests were passed successfully.
    
     **Documentation:**
    +The fix was documented in the changes log.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2018-04-25
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     The fix was documented in the changes log.
    
     **Tests:**
    +The fix was tested in productive environment and no deviations were detected. Bug fix implemented successfully.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB