Nobuyuki Seino

Avatar
  • 活动总数 6
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2
  • 创建于

    About 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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    I 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...
    • 2 个关注者
    • 2 条评论
    • 0 票