kusumotolab / kGenProg

A High-performance, High-extensibility and High-portability APR System
MIT License
48 stars 13 forks source link

For文の条件式が空の時に落ちるバグを修正 #733

Closed YoshikiHigo closed 4 years ago

YoshikiHigo commented 4 years ago

resolve #732

YoshikiHigo commented 4 years ago

if文のフォーマットと名前変更については対応しました. もう一度レビューお願いします.

codecov-commenter commented 4 years ago

Codecov Report

Merging #733 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #733      +/-   ##
============================================
+ Coverage     76.91%   76.92%   +0.01%     
- Complexity      898      899       +1     
============================================
  Files           152      152              
  Lines          3560     3562       +2     
  Branches        255      256       +1     
============================================
+ Hits           2738     2740       +2     
  Misses          717      717              
  Partials        105      105              
Impacted Files Coverage Δ Complexity Δ
...prog/project/jdt/StatementAndConditionVisitor.java 49.09% <100.00%> (+1.92%) 14.00 <2.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3566087...8774671. Read the comment docs.