David Portabella
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
David Portabella created a post, AnsweredIntelliJ 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 created a post, 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 created a post, 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 ...