scapegoat duplicates scala/scala-abide?
See original GitHub issueIt looks like Scala-core have recently come up with the same idea as scapegoat
and are busy implementing their own scalac plugin that also duplicates Findbugs: https://github.com/scala/scala-abide
It might be worth hacking on that instead, as it’s likely to capture scapegoat
’s mindshare / user base, since it is backed by the core scala team.
(No-one else seems interested in adapting Findbugs for Scala; everyone seems to want to reinvent the wheel. Maybe I’ll moan about that on the Scala mailing list.)
Issue Analytics
- State:
- Created 9 years ago
- Comments:21 (1 by maintainers)
Top Results From Across the Web
Scapegoat - Scala compiler plugin for static code analysis
Name Brief Description Default Level
ArraysInFormat Checks for arrays passed to String.format Error
ArraysToString Checks for explicit toString calls on arrays Warning
AsInstanceOf Checks for use...
Read more >Scapegoat: Scala Compiler Plugin for Static Code Analysis
Scapegoat is a Scala static code analyzer, what is more colloquially known as a code lint tool or linter. Scapegoat works in a...
Read more >scala/scala - Gitter
ClassFormatError: Duplicate field name&signature in class file Main$StepDown$2$ with Scala-2.11.7. If I move the classes and the trait out of the method, ...
Read more >sbt Reference Manual — Community Plugins
MiMa: binary compatibility management for Scala libraries. ... sbt-duplicates-finder: detect class and resources conflicting in your project's classpath.
Read more >Scapegoat - sonar-scala
This is a collection of all the Scapegoat rules created by sonar-scala in the Scapegoat rules repository. ... Duplicated set value Minor.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The
scala-abide
project hasn’t seen a commit in 3 years now. Also I am not sure if the private communication between the involved maintainers reached any consensus, but I’d risk a guess nothing is happening in the area.Thus let me close the issue. If any new plans for cooperation are shared, we can obviously reconsider.
Ok sounds good, I’ll email you privately if (when) I get stuck.
On 10 December 2014 at 16:37, Iulian Dragos notifications@github.com wrote: