Unallocated Bugs and Stories (Backlog)

Stories: 6 (5 remaining)    Tasks: 2 (1 remaining)   Bugs: 7 (4 remaining)   Estimated Hours: 25

Type Id Description Hours Assigned To Completed  
Total Added Remaining
#1
HibernateHelper is stored in src/main/resources

The HibernateHelper class is stored always in the (source) folder src/main/resources even if I configured src/main/java. Moving the class to the target folder sees to work.
Bug report

2 0 2

Nobody


0 %
#3
JavaBeanVariableGenerator.groovy is shared between projects

I created a new project and designed a class, and code was generated by JavaBeanVariableGenerator.groovy in another project.

2 0 2

Nobody


0 %
#5

Sequence Diagram

  • Draw return messages.
  • Design return values and generate return type on operations.
  • Create actor: 2 lines were gray initially, and the stick man partly covered the actor name.
  • Create object: The whole symbol was gray initially.
  • Use existing classes. (Import)
  • Create scenario variations. (Copy – paste? Or share common parts and separate differences?)
  • Generate unit tests that call operations with designed parameters and check the returned values.
0 0 0

Nobody


0 %
#6
Class diagram still dirty after save

Some times, a class diagram is still dirty after save. It is safe to close the diagram, but the dirty flag is not correctly cleard.

8 0 8

Nobody


0 %
#7
<<GWT Service>> generated methods for private variables in the interface

This caused compilation errors because the methods are public in the interface and private in the implementation.

2 0 0

Nobody


100 %
#8

Maps and qualified associations

Design qualified associations and generate maps.
See forum.

0 0 0

Nobody


0 %
#10

Delete key to be able to delete artifacts like Comments

I clicked on a comment in a Class Diagram to highlight it. I would like to be able to press the Delete key to delete it rather than use the mouse.

See forum.

4 0 4

Nobody


0 %
#19
NullPointerException at restart if new diagram is not saved

I created a new sequence diagram and then quit without saving. On restart, I got a NullPointerException:
java.lang.NullPointerException
at com.objectgen.ui.DiagramEditor.createPartControl(DiagramEditor.java:186)

3 0 3

Nobody


0 %
#20
hbm generated with many to many rather than one to many

See forum

2 0 0

lars.hoidahl picture lars.hoidahl


100 %
#23
New Hibernate tag is not placed next to a persistent class

See forum

2 0 0

lars.hoidahl picture lars.hoidahl


100 %
#24

DAO interface use import statement

See forum

0 0 0

Nobody


0 %
#32

Project Explorer respond to Link With Editor option
I have Eclipse’s Project Explorer configured with the ‘Link With Editor’ option turned on. Every time I click on a class diagram the Project Explorer doesn’t navigate to it. Could you please allow the Project Explorer to navigate to a class diagram I select when the ‘Link With Editor’ option is turned on?

The Link with Editor option does not synchronize the Project Explorer with the class diagram; it synchronizes Java editors with the class diagram. But I certainly see a need for what you want, so I’ll plan it as a new feature.

See forum

0 0 0

Nobody


0 %
#42

Set default(initial) value of an attribute
I can of course remove the generated tag from an attribute so I can override the definition of an attribute in a class file so I can set the initial value myself but then this breaks the link between the class diagram and the Java code. So could you add the capability so that in the class diagram I can edit a default value and also allow me to enter something somewhat sophisticated like:

private Integer importStatus = Integer.valueOf(ScanPageImportStatus.BAD.getId());

Perhaps add a menu item like Edit Query but instead call it: Edit Default Value.

See forum

0 0 0

Nobody


0 %