Mbrach
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
-
Mbrach created a post, AnsweredDisable "Commit All" in commit panel
I often have changes which I do not want to commit.And often I am not concentrated and push the button even if nothing is staged.I tried to deactivate this, so I only can push if I have staged chan... -
-
Mbrach created a post, AnsweredHow to activate warnings for possible return of NULL when method has @Nonnull anotation for return value
When I do return some unchecked value in a method which has @Nonnull, and this value is the return of method which does not specify an annotation, I expect a warning that this may return null, as i...