- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: FindBugs?
Tue, 2011-03-22, 15:33
On 22 Mar 2011 13:31, "Nils Kilden-Pedersen" <nilskp@gmail.com> wrote:
>
> Has anyone on the compiler team looked into the warnings generated by FindBugs? I'm not sure if they are false positives are if they in some cases are indicative of real issues.
Some things that are bad in Java are best practices in Scala, partly because the compiler can do them "safely".
Our best bet is probably just to create a set of FindBugs rules that won't flag up any such false positives.
For example?