Ionut Bilica
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Code Inspection for methods not statically imported
AnsweredThere are some methods which I always want to statically import (Collectors.toList for example). I would like to be able to configure Intellij to mark as warning or even error the usage of these me...