Questions tagged [objectaid]

The ObjectAid UML Explorer is an agile and lightweight code visualization tool for the Eclipse IDE.

32 questions
14
votes
2 answers

How to Install ObjectAid in 2022?

ObjectAid was a very useful Eclipse plug-in which generates class diagram from your source code. Unfortunately it looks like it is discontinued in March 2022 or at least its website is not working. Can anyone tell me from where to download and…
Trayan Momkov
  • 842
  • 1
  • 7
  • 18
9
votes
4 answers

object aid class diagram save to jpeg

I've just created a class diagram of my code and I'd like to export it to an external jpeg or other img format to put in a report. However, I can't see how to do this. Can anyone tell me where ? I've tried right click on it -> export but there are…
Alex
  • 627
  • 3
  • 12
  • 32
7
votes
4 answers

Eclipse plug-in: ObjectAid UML Explorer Class Diagram: export in higher resolution

I am using ObjectAid UML Explorer to generate a UML Class Diagram from my code. I need to include the output PNG in a LaTeX document and what I get is way too low resolution for inclusion. How can I get higher resolution output from the Eclipse…
Robottinosino
  • 10,384
  • 17
  • 59
  • 97
6
votes
2 answers

Bug with installing ObjectAid into eclipse LUNA

I have eclipse LUNA, and I am trying to install ObjectAid for building UML diagrams. When I try to install it I get the following error: An error occurred while collecting items to be installed session context was:(profile=epp.package.java,…
Anas
  • 263
  • 3
  • 11
5
votes
2 answers

ObjectAid : Unhandled event loop exception

I'm trying to use ObjectAid tool for UML diagram. When I tried to create UML diagram for my package, in spring boot project (⌘ + N -> ObjectAid Class Diagram ) , and when I hit finish, nothing happens, the window remains as it is, but in log, an…
ROHIT KUMAR
  • 71
  • 1
  • 6
4
votes
1 answer

Is there a way to run the ObjectAid Sequence Diagram Eclipse plugin despite the site being closed?

Related to the question "ObjectAid homepage is no longer accessible", the solution given which involves installing from the archive did not work for me since the license validation process still tries to run. My license keys are in place, but with…
Bob
  • 83
  • 6
4
votes
2 answers

How to zoom view in objectaid eclipse plugin for UML?

I'm using the objectaid eclipse plugin to get diagram class for my java project. I can't find a way to zoom the view, I can zoom out by pressing Ctrl + "-", but I can't zoom in by pressing Ctrl + "+". Have any one idea?
Kamel
  • 243
  • 2
  • 17
4
votes
3 answers

error when installing ObjectAid on eclipse

I am trying to install Objectaid for Eclipse Juno 4.2.1. I did all steps found on the Installation from ObjectAid Documentation but still having this error: An error occurred while installing the items session context was:(profile=profile, …
choco
  • 255
  • 1
  • 7
  • 14
2
votes
0 answers

Trouble installing Object Aid in Eclipse Luna

I tried installing Object Aid in Eclipse Luna. I got error, after referring search engine, i got to know that I need to extract Graphical Editor Framework in dropins directory. I did so but still unable to install Object Aid. Please tell me from…
Rishabh Upadhyay
  • 559
  • 1
  • 4
  • 7
2
votes
2 answers

Class diagrams created through objectaid in eclipse disappeared

I am using eclipse plugin ObjectAid for creating class diagrams from my classes. After creating about 4 diagrams, the next day when I tried to open the class diagrams, I see that three out of the four diagrams are empty with an yellow exclamation…
display4
  • 71
  • 1
  • 1
  • 7
1
vote
1 answer

Cannot use Object Aid in Eclipse 2021

I tried to use Object Aid to generate diagram from a code but when I clicked the finish button nothing happen.Do you know how to fix this? Thank you. Here is the problem
1
vote
1 answer

trouble installing object aid in eclipse

I have installed the object aid in my eclipse but when I want to create the diagram, I cannot click the finish button like this. Does anyone know how to fix this problem?
he0l
  • 11
  • 1
1
vote
0 answers

ObjectAid UML for intelliJ

Hi I wonder if anyone knows of any plugin for IntelliJ with similar functions that ObjectAid has for Eclipse. I'm working on the JabRef project and need some UML tool. The suggestion I have gotten is to use ObjectAid with Eclipse however I would…
1
vote
2 answers

Simplify a UML diagram by removing intermediary interfaces (created with ObjectAid)

In a project I have a rather complex class design with many interfaces and implementing classes. When I create an UML diagram it gets rather big. If I would be able to remove intermediary interfaces this would save a lot of space in the diagram. As…
Marged
  • 10,577
  • 10
  • 57
  • 99
1
vote
3 answers

Cannot see the ObjectAid UML Explorer plugin

I managed to install the ObjectAid UML explorer in my JUNO Eclipse. Eclipse SDK Version: 4.2.1. But when I tried to create a UML diagram from the class files that I have, I cannot see the ObjectAid UML as you can see in the image here: But when I…
user1012181
  • 8,648
  • 10
  • 64
  • 106
1
2 3