Nobuyuki Seino

Avatar
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Created

    About warning function

    Answered
    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    I want to avoid Collections$UnmodifiableCollection

    Answered
    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...
    • 2 followers
    • 2 comments
    • 0 votes