David Portabella
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
创建于 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... -
创建于 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... -
创建于 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 ...