Suppressing Java Findbugs error (EI_EXPOSE_REP)
I just realized that Findbugs analyzes compiled code (.class
files), not source code. After rebuilding and re-running Findbugs, the problem went away.
I just realized that Findbugs analyzes compiled code (.class
files), not source code. After rebuilding and re-running Findbugs, the problem went away.