Morten G Hermansen
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Morten G Hermansen created a post, AnsweredJetbrains @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 created a post, AnsweredThrowing 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...