1
vote
1answer
80 views

Command Line Tool to generate a method usage report

Is there a command line tool (preferred) that'll generate a report of Java methods within a class and where they are used within a few project folders. Kind of how Netbeans does a "Find Usage" on open ...
3
votes
1answer
215 views

Any programs that helps to draw Expression trees?

I am trying to draw a expression tree with some algebraic tree. I drew that in paper but now I need to draw that in computer. Is there any program that lets me draw expression tree. I was trying to ...
4
votes
4answers
262 views

Tools to help Agile team deliver value [closed]

My Agile team is following practices of XP like pair programming(J2EE), 45 work hours/week, TDD etc. Do you have any recommendations of open source tools (dev, test & build integration) and ...
0
votes
5answers
371 views

What is the most effective approach to learn an unfamiliar complex program? [duplicate]

Possible Duplicate: How do you dive into large code bases? I have quite a bit of experience with different programming languages and writing small and functional programs for a variety of ...
7
votes
5answers
5k views

How can I perform sentiment analysis on extracted text from online sources?

I'm working on extracting the sentiment from YouTube comments, blogs, news content, Facebook wall posts, and Twitter feeds. I'm looking for an automated way to do this: the two third-party solutions ...
2
votes
2answers
237 views

Taking part in an open source project

I am new to open source development. I want to add some functionality to an open source project PRISM. But I couldn't find any developer guide or code architecture guide sort of a thing for it. How ...
4
votes
3answers
158 views

Any tool to trace the methods the control travels?

is there any tool to trace the methods the program control travels ? I am using Java in eclipse . I am looking for a tool , that will Give the method names that the control has travelled. Give the ...