Eclipse  Explorer Toolbox
The Fourth Contact Team
::  Credits   ::  About   ::  System Requirements   ::  Download   ::  Installation   ::  Running  ::
Credits
   This project was submitted by:

Note: This project is a sequel of an earlier project made by the former Fourth Contact group. All the tools below were written from the scratch.

   To the top of page

About the project

Eclipse in an open-source Integrated Development Environment (IDE); the most known use of Eclipse is developing Java applications, but Eclipse itself is a generic environment that is highly extensible and customizable. Actually, Eclipse is very big software system composed from many different tools and components, and its source counts of hundreds thousands of code lines. To understand how its pieces works there is a need in special code exploration tools.

The project consists of the following tools that integrate with SuperToobox developed by Horns & Hooves Team

  • Static Tools that analyze source code
    ScrapBook
    Allows to collect, store and manage useful code snippets. It is also possible to export the whole collection or a part of it to HTML cross-referenced format (sample).
    Resource Information
    Shows available information about a node in Package explorer
  • Dynamic Tools that collect various information available during the run-time and present it in the human-readable form.
    Participating Classes Tool
    Helps to identify classes that participated in a scenario.
    Important Classes Tool
    Helps to identify important classes of a scenario (for example, frequently accessed ones).
    Call Statistics Tool
    Presents various statistics about scenario execution, including caller-callee relations.
  • Database Tools work with the internal database
    Load/Save/Recover
    Allows to save database state and recover from manually saved or automatic backup.

Screenshots


   To the top of page

System requirements
Java environment
  • Java Runtime Environment (JRE) 5.0
  • Java Development Kit (JDK) 5.0
  • Eclipse 3.2 IDE
Hardware
  • 256MB RAM at least strongly advised for smooth operation of Java and Eclipse.
   To the top of page

Download

License

Eclipse Explorer Toolbox
Copyright (C) 2006 Pavel Gurevich

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

Download

   To the top of page

Installation

Installation is easy!

Just extract the zip file into the eclipse plugins directory.

For example, if you have eclipse installed in the c:\programs\eclipse\ directory,
all of the project jar files should be located inside the c:\programs\eclipse\plugins\ directory.

   To the top of page

Running

To run this application, just start the eclipse ide, and choose from the menu:

Window -> Show View -> Other -> Investigator -> Super Toolbox

You can see the toolbox under the H&H Toolbox tab.

   To the top of page

::  Credits   ::  About   ::  System Requirements   ::  Download   ::  Installation   ::  Running  ::