Nobuyuki Seino
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Nobuyuki Seino created a post, AnsweredAbout warning function
Code 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... -
Nobuyuki Seino commented, -
Nobuyuki Seino created a post, AnsweredI want to avoid Collections$UnmodifiableCollection
Hi,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...