- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Example plug-in written in Scala
Wed, 2009-03-04, 23:03
Hi,
~700 LOC in Scala. HG repo: http://bitbucket.org/mbana/moodmetricsplug-in/overview/.
I used Ismael Juma's (http://blog.juma.me.uk/) build of the plug-in, which uses the 2.7.3 library, I think the nightly should also work. I also tested on Eclipse 3.3, and it worked. Just see the readme.
The plug-in generates the metrics only for Java projects - it won't work for other languages. I guess I could somehow use Scalify so metrics could be generated for Scala projects ... ? BTW. if you've managed to get Scalify working on Linux, please list the steps.
Mohamed
~700 LOC in Scala. HG repo: http://bitbucket.org/mbana/moodmetricsplug-in/overview/.
hg clone mbana [at] bitbucket [dot] org/mbana/moodmetricsplug-in/" rel="nofollow">https://mbana@bitbucket.org/mbana/moodmetricsplug-in/
I used Ismael Juma's (http://blog.juma.me.uk/) build of the plug-in, which uses the 2.7.3 library, I think the nightly should also work. I also tested on Eclipse 3.3, and it worked. Just see the readme.
The plug-in generates the metrics only for Java projects - it won't work for other languages. I guess I could somehow use Scalify so metrics could be generated for Scala projects ... ? BTW. if you've managed to get Scalify working on Linux, please list the steps.
Mohamed
On Wed, Mar 4, 2009 at 10:03 PM, Mohamed Bana
wrote:
> ~700 LOC in Scala. HG repo:
> http://bitbucket.org/mbana/moodmetricsplug-in/overview/.
Excellent stuff! Would be great if you could add a write-up and/or a link here,
http://lampsvn.epfl.ch/trac/scala/wiki/EclipsePluginsWithScala
Cheers,
Miles