Mbrach
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Disable "Commit All" in commit panel
AnsweredI 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... -
Created How to activate warnings for possible return of NULL when method has @Nonnull anotation for return value
AnsweredWhen 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...