Nobuyuki Seino
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created About warning function
AnsweredCode completion is a useful function, but you may still make mistakes.For example, is there a function to warn about the following code?↓ (getId is mistake)if (resource1.getIpAddress().equals(resou... -
Created I want to avoid Collections$UnmodifiableCollection
AnsweredHi,I am creating a program like below, but I do not know that it is a bug until imList.remove(s) is executed.Is there a way to analyze such code statically in IntelliJ?----- List<String> imList = C...