y-tomida
y-tomida
@rhuanbarreto @nickjs You should set `modelPropertyNaming` option as `camelCase` to camelize interface pararameters. **But this option was disabled by #10447. So, you cannot change interface property naming.**
@jimschubert @dr4ke616 @karismann @Zomzog @andrewemery @4brunu @yutaka0m
* 括弧の有無でハッシュ値が変わる可能性がある * フォーマットの有無によって枝刈りされる個体の数が変わる可能性がある(可能性は低い) * フォーマットを適用するタイミングを変える必要がある 次回のミーティングで決めること * どこまでフォーマットを統一するか
## 2019-10-09 meeting - フォーマット案 + 先頭に記号をつける ```shell [T] targetProject = . [D] executionTests = [] [D] outDir = kgenprog-out [D] isForce = false [C] mutationGeneratingCount = 10 ... ```...
## 2019-11-7 meeting とりあえず作ってみる
2020/03/10 テストコードのコンパイル前に,Junitのルールを突っ込む ```java /** * System.exit()が呼び出されてもテストを継続する. */ @Rule public final ExpectedSystemExit exit = ExpectedSystemExit.none(); ```