We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
条件式の再利用(条件式の書き換え)をReplaceOperationとして実装したが,文の書き換えと条件式の書き換えをどちらもこのクラスでやってしまっている. 結果として,ある文をある式で置き換えようとしてしまう,ということが頻発し,ビルドが通らない変異プログラムが多数生まれている模様. ReplaceConditionOperationを新設し,文の置換と式の置換を分けるとビルドが成功する変異プログラムが生成される確率が上がるはず.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
条件式の再利用(条件式の書き換え)をReplaceOperationとして実装したが,文の書き換えと条件式の書き換えをどちらもこのクラスでやってしまっている.
結果として,ある文をある式で置き換えようとしてしまう,ということが頻発し,ビルドが通らない変異プログラムが多数生まれている模様.
ReplaceConditionOperationを新設し,文の置換と式の置換を分けるとビルドが成功する変異プログラムが生成される確率が上がるはず.
The text was updated successfully, but these errors were encountered: