Sourcecode Visualizer

Add this URL to your Eclipse Installation to reach this solution's update site.

Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), Neon (4.6), Oxygen (4.7), Photon (4.8), 2018-09 (4.9)

https://sourceforge.net/projects/drgarbagetools/files/eclipse/4.5/stable/

Learn more...
Solution Description

Sourcecode Visualizer is an Eclipse plugin for visualizing Java sourcecode. It draws a control flow graph alongside of Java source code. It is an indispensable tool for sourcecode review. Its 3 basic components are:

  • Sourcecode Editor
  • Controlflow Graph Panel
  • Synchronization of control flow graph and sourcecode editor
Additional Details

Eclipse Versions: Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), Neon (4.6), Oxygen (4.7), Photon (4.8), 2018-09 (4.9)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: Dr. Garbage Community

Development Status: Production/Stable

Date Created: Tuesday, March 16, 2010 - 06:10

License: Apache 2.0

Date Updated: Wednesday, December 14, 2022 - 09:47

Submitted by: Sergej Alekseev

Screenshot
Date Ranking Installs Clickthroughs
March 2024 435/651 10 2
February 2024 405/687 18 3
January 2024 450/691 12 8
December 2023 452/671 11 5
November 2023 442/686 14 7
October 2023 408/673 20 14
September 2023 433/663 14 7
August 2023 328/673 31 6
July 2023 344/668 26 4
June 2023 436/669 15 4
May 2023 310/671 44 6
April 2023 358/667 28 8
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Sourcecode Visualizer.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

Any FIX

Eclipse 

Version: 2018-09 (4.9.0)
Build id: 20180917-1800

Source Code Visualizer 

Version 4.5.0

Error Message by Eclipse are as follow:

Cannot complete the install because one or more required items could not be found.
  Software being installed: Sourcecode Visualizer 4.5.0.201508311741 (com.drgarbage.sourcecodevisualizer.feature.group 4.5.0.201508311741)
  Missing requirement: Sourcecode Visualizer 4.5.0.201508311741 (com.drgarbage.sourcecodevisualizer.feature.group 4.5.0.201508311741) requires 'org.eclipse.equinox.p2.iu; org.eclipse.core.runtime.compatibility 3.2.1' but it could not be found

 

Hi Team,

I tried to install the Bytecode Visualizer, I am unable to install and Eclipse/Spring Tool suite is throwing the below stack trace. PFB

Cannot complete the install because one or more required items could not be found.
Software being installed: Bytecode Visualizer 4.5.0.201508311741 (com.drgarbage.bytecodevisualizer.feature.group 4.5.0.201508311741)
Missing requirement: Bytecode Visualizer 4.5.0.201508311741 (com.drgarbage.bytecodevisualizer.plugin 4.5.0.201508311741) requires 'bundle org.eclipse.core.runtime [3.7.0,3.12.0)' but it could not be found
Cannot satisfy dependency:
From: Bytecode Visualizer 4.5.0.201508311741 (com.drgarbage.bytecodevisualizer.feature.group 4.5.0.201508311741)
To: com.drgarbage.bytecodevisualizer.plugin [4.5.0.201508311741]

Please let me know on how I can proceed further.

Regards,

Karthik Akinapelli

Bangalore

@Lucian Ilie I have done your latest suggestion but it did not help. It still cannot perform the operation.Cannot complete the install because one or more required items could not be found.
Software being installed: Sourcecode Visualizer 4.5.0.201508311741 (com.drgarbage.sourcecodevisualizer.feature.group 4.5.0.201508311741)
Missing requirement: Dr. Garbage Core Package 4.5.0.201508311741 (com.drgarbage.core.plugin 4.5.0.201508311741) requires 'bundle org.eclipse.gef [3.7.0,3.11.0)' but it could not be found
Cannot satisfy dependency:
From: Sourcecode Visualizer 4.5.0.201508311741 (com.drgarbage.sourcecodevisualizer.feature.group 4.5.0.201508311741)
To: com.drgarbage.core.plugin [4.5.0.201508311741]

Workaround for this is to manually download the JAR files from sourceforge.net/project/drgarbagetools/eclipse/4.5/stable/, including the ones from the folders "features" and "plugins".
After you have them locally, using the same folder structure, you can install them from Eclipse, using Help > Install new software > Add > Local and select the main folder where you have the files.

In reply to by Lucian Ilie

I have tried your suggestion but it did not help. Eclipse gives error as operation cannot be performed. It also tries alternative solutions but did not ended up in success.
Cannot complete the install because one or more required items could not be found.
Software being installed: Bytecode Visualizer 4.5.0.201508311741 (com.drgarbage.bytecodevisualizer.feature.group 4.5.0.201508311741)
Missing requirement: Dr. Garbage Core Package 4.5.0.201508311741 (com.drgarbage.core.plugin 4.5.0.201508311741) requires 'bundle org.eclipse.gef [3.7.0,3.11.0)' but it could not be found
Cannot satisfy dependency:
From: Bytecode Visualizer 4.5.0.201508311741 (com.drgarbage.bytecodevisualizer.feature.group 4.5.0.201508311741)
To: com.drgarbage.core.plugin [4.5.0.201508311741]

In reply to by alper alimoglu

Key to your error is this stacktrace part: requires 'bundle org.eclipse.gef [3.7.0,3.11.0)'...

This bundle should be included in the Eclipse installation. You can go in your Eclipse instance, to Help > Installation details > Plugins and search for Graphical Editing Framework.
You must have it installed and you must have a version between 3.7.0 and 3.11.0, for it to work.