andrepdo / findbugs-idea

The FindBugs Plugin for IntelliJ IDEA
136 stars 66 forks source link

Findbugs finding no bugs #364

Open okohll opened 5 years ago

okohll commented 5 years ago

Running findbugs on a class or the entire project seems to run successfully, compiling then processing in Findbugs, but at the end reports 'FindBugs-IDEA: found 0 bugs in 0 class'.

The output is below.


FindBugs-IDEA: found 0 bugs in 0 class using FindBugs-IDEA 1.0.1 with Findbugs version 3.0.1

agileBase[agileBase]

Compile Output Path (IDEA) /Users/oliverkohll/Documents/workspace/agileBase/gtpb_server/src

Sources Dir List (1) /Users/oliverkohll/Documents/workspace/agileBase/gtpb_server/src

Analyzed Classes List (353) /Users/oliverkohll/Documents/workspace/agileBase/bin/org/glowacki/ParserState.class [redacted: another 352 classes]

Aux Classpath Entries (1) /Users/oliverkohll/Documents/workspace/agileBase/bin

tomaszszlek commented 5 years ago

I have the same issue, I am always getting following report:

FindBugs-IDEA: Analysis Finished Found 0 bugs in 0 class  (no class files found more...) using FindBugs-IDEA 1.0.1 with Findbugs version 3.0.1