Datafox
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created How to suppress built-in inspection (Java: SuspiciousMethodCalls) in only a very specific case with a plugin
AnsweredI have a library that has some collection classes. These collection classes all have the parametric type Handle and extend Set<Handle> and Map<Handle,T> respectively. Some of the methods these clas...