Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDT/Developers Tools"

< PDT
Line 8: Line 8:
  
 
* [http://www.bugzilla.org/ Bugzilla] is server software designed to help you manage software development <br>
 
* [http://www.bugzilla.org/ Bugzilla] is server software designed to help you manage software development <br>
 +
 +
* [http://www.yourkit.com/ YourKit] is a best Java profiler for profiling Eclipse applications <br>

Revision as of 04:59, 9 July 2008

This page lists the various development tools that we use in our PDT project.

  • JUnit is a regression testing framework written by Erich Gamma and Kent Beck.
  • CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents
  • Deskzilla is a desktop client for Mozilla's Bugzilla™ bug tracking system. Each PDT team member gets a free license provided by ALM works. Deskzilla sg.gif
  • Bugzilla is server software designed to help you manage software development
  • YourKit is a best Java profiler for profiling Eclipse applications

Back to the top