Friday, May 09, 2008    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< Mar 2008 >>
S M T W T F S
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          

Search

Categories
 • Adobe (61) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (6) [RSS]
 • AIR (95) [RSS]
 • Appearances (103) [RSS]
 • Books (65) [RSS]
 • CFEclipse (14) [RSS]
 • ColdFusion (1078) [RSS]
 • Flash (88) [RSS]
 • Flex (316) [RSS]
 • Jobs (81) [RSS]
 • JRun (12) [RSS]
 • Labs (26) [RSS]
 • LiveCycle (11) [RSS]
 • MAX (141) [RSS]
 • Regular Expressions (12) [RSS]
 • SQL (36) [RSS]
 • Stuff (492) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (131) [RSS]
 • Wireless (96) [RSS]

Other BLOGs
 • Ray Camden
 • Tim Buntel
 • Sean Corfield
 • John Dowdell
 • Steven Erat
 • Brandon Purcell
 • Charlie Arehart
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Day : March 13, 2008 / Main
March 13, 2008

Crucible And FishEye Now Support CFML

Kurt Bonnet wrote to tell me that two tools from Atlassian, Crucible (used for code review), and FishEye (used for source code repository analysis), now support CFML (as of version 1.3.5).

TrackBacks
There are no trackbacks for this entry.

No trackback URL. Trackbacks are only allowed via interactive form.

Comments
I hope there is a trial edition - I'm very curious to see what kind of suggestions the tools make.
# Posted By Raymond Camden | 3/13/08 9:14 PM
@ Ray

I think you may have a bit of a misunderstanding as to what Crucible does. Crucible is an awesome product that helps facilitate code reviews, its not a static analysis tool. It will show, more accurately now, changes from one version to another and allow for reviewers to leave comments about certain code. There is more to it than just that but that's the part we like the most at my company. In a group its an invaluable tool, especially for groups that are in different geographic areas. As far as I know the only Static Analysis tool ColdFusion is CodeCop from Steve Bryant, and I think he is slowly working on a 2.0 release :)
# Posted By Adam Haskell | 3/13/08 11:10 PM
So you mean it just helps collect code reviews? Then how does it 'support' CF then?
# Posted By Raymond Camden | 3/13/08 11:47 PM
Ray, the docs on FishEye say that CFML syntax highlighting was added.

The FishEye + JIRA combination is simply fantastic - well worth the trial downloads. Haven't looked at crucible as I'm lead of a team of two.

Great products, and available free in support of Open Source projects.
# Posted By Antony | 3/14/08 4:57 AM
Any suggestions for a static code analysis tool that checks for security vulnerabilities for ColdFusion 7 and 8?
# Posted By dt | 3/14/08 11:06 AM
What makes either of these any better than the open source Trac tool?
# Posted By Stewart Robinson | 3/15/08 2:25 PM
(Disclaimer: I'm biased I sold FishEye, Crucible & Clover to Atlassian)

> What makes either of these any better than the open source Trac tool?

Trac is a great tool, no question. However, the Atlassian tools are much richer standalone products that also work together pretty well. E.g. Trac provides source browsing and a changelog as a handy adjunct - FishEye provides source browsing, per user feeds, spanky annotations, line history, comprehensive search, and API among other stuff. A similar story for the other Trac features; issues - JIRA, wiki - Confluence, source - FishEye. There are also other tools available include Crucible - peer code review and Bamboo a CI tool.

So it really depends on what you want/need, Trac gives you a lot of nicely integrated stuff. Atlassian's tools provide heaps more features but do add more complexity (and they cost a few dollars for commercial use). Give them a whirl and see if they help. Remember there is no reason you can't use Trac and FishEye.
# Posted By Pete | 3/16/08 7:47 PM
Any cheap suggestions for a static code analysis tool that checks for security vulnerabilities for my ColdFusion 7 and 8 code? That would be nice. Real nice.
# Posted By dt | 3/23/08 8:24 PM

  © Copyright 1997-2008 Ben Forta, All Rights Reserved