alacs icon indicating copy to clipboard operation
alacs copied to clipboard

Bug finder for Scala

Results 15 alacs issues
Sort by recently updated
recently updated
newest added

It is possible to run findbugs on a scala codebase, since findbugs acts on bytecode. See e.g. https://github.com/sbt/findbugs4sbt It also seems to work tolerably well; I found a few bugs...

You could have "division" by 0 for other types, since there's operator overloading.

some pattern

unary plus is worthless, should never be used. it probably indicates the semicolon inferencer is not doing what the user expects

new pattern