David Portabella

Avatar
  • 活动总数 9
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 2
  • 订阅数 4
  • David Portabella 创建了一个帖子,
    已回答

    IntelliJ does not find the jaxb generated sources

    I am using IntelliJ12 UltimateEdition on my OSX computer.I have a multi-module project, which has one jaxb module.Executing "mvn clean install" works correctly (it creates the jaxb/target/*).Howeve...
  • David Portabella 创建了一个帖子,

    force IntelliJ to fail the compilation on NonNull violations

    I have the simple code below for testing the NonNull annotations in IntelliJ.Then I go to:IntelliJ -> File -> Settings -> Inspections -> Probable bugs -> Constant conditions & exceptionsand I set-u...
  • David Portabella 创建了一个帖子,

    findbugs @DefaultAnnotation(NonNull.class)

    Hi,The findbugs NonNull works fine in IntelliJ.However, it seems that it does not know the DefaultAnnotation.That is, in the code below, a call to myMethod1 with a null arguments is reported as an ...