Saturday, September 06, 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
 • Acrobat (2) [RSS]
 • Adobe (67) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (22) [RSS]
 • AIR (126) [RSS]
 • Appearances (118) [RSS]
 • Books (68) [RSS]
 • CFEclipse (14) [RSS]
 • ColdFusion (1143) [RSS]
 • Data Services (12) [RSS]
 • Flash (103) [RSS]
 • Flex (365) [RSS]
 • Home Automation (3) [RSS]
 • Jobs (92) [RSS]
 • JRun (12) [RSS]
 • Labs (27) [RSS]
 • LiveCycle (21) [RSS]
 • MAX (157) [RSS]
 • Regular Expressions (12) [RSS]
 • RIA (4) [RSS]
 • SQL (37) [RSS]
 • Stuff (503) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (136) [RSS]
 • Wireless (97) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • 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 Entry / 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
There is a code analyzer tool bult in, gointo the admin panel and you will se eit in the left. It reports any compatability issues and depracted tags.
# Posted By ib | 6/26/08 11:14 AM
DT, in case you are subscribed to this still, check out HP's scrawler. It is a SQL injection crawler. Its free from HP, with the hope you buy into their enterprise suite I am sure. Might check it out.

http://www.communities.hp.com/securitysoftware/blo...
# Posted By Adam Haskell | 6/26/08 1:32 PM

  © Copyright 1997-2008 Ben Forta, All Rights Reserved