Morten G Hermansen
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Morten G Hermansen 创建了一个帖子, 已回答Jetbrains @NotNull annotations in final Maven builds?
Hello! I am using Jetbrains @NotNull annotations and loving it. I have tests that demonstrates that exceptions are thrown when the contract is not followed. That works great then running the tests ... -
Morten G Hermansen 创建了一个帖子, 已回答Throwing exceptions on setting @NotNull fields to <null>
Hello! If I use @NotNull (the JetBrains one) on return from methods and return <null> I get an IllegalStateException - great!if I use @NotNull on method parameters and pass in a <null> I get an Ill...