jeddict
jeddict copied to clipboard
Jakarta EE 10 & MicroProfile application generator and modeler
old issue - https://github.com/jeddict/jeddict/issues/253 ##### **Overview of the issue** ``` @Override public int hashCode() { - int hash = 5; + int hash = 7; - hash = 13 *...
I followed in the installation guide and try to install Jeddict plugin via NetBeans 9 update url, but failed. When I tried to install Jakarta EE, and got the following...
##### **Overview of the issue** Error visualizing DB. ##### **Expected Outcome** DB visualization. ##### **Current Outcome** Prompt to fix the JoinColumns but never resolves the issue. ##### **Steps to Reproduce**(Only...
Visualize DB failed DB diagram Should have opened a new windows with the database view. ##### **Current Outcome** Right click on JPA model file and select Visualize DB [ModelDiagram.jpa.txt](https://github.com/jeddict/jeddict/files/2536558/ModelDiagram.jpa.txt) Right...
##### **Overview of the issue** Jedict reverse engineering runs for over 24 hours but does not complete large data models. For small models with a few tables, the tool returns...
##### **Overview of the issue** Is it possible with a little effort to adapt Vaadin CRUD-UI Addon (Apache 2.0) to Jeddict? https://vaadin.com/directory/component/crud-ui-add-on https://github.com/alejandro-du/crudui ##### **Expected Outcome** ##### **Current Outcome** #####...
I use NetBeans IDE 8.2 (Build 201610071157) french
##### **Aftert install on netbeans 8.2 it don't start** I saw this in the log when run ./netbeans /home/juan/work/ide/netbeans-8.2/platform/lib/nbexec: line 318: /home/juan/work/ide/netbeans-8.2/nb:/home/juan/work/ide/netbeans-8.2/ergonomics:/home/juan/work/ide/netbeans-8.2/ide:/home/juan/work/ide/netbeans-8.2/extide:/home/juan/work/ide/netbeans-8.2/java:/home/juan/work/ide/netbeans-8.2/apisupport:/home/juan/work/ide/netbeans-8.2/webcommon:/home/juan/work/ide/netbeans-8.2/websvccommon:/home/juan/work/ide/netbeans-8.2/enterprise:/home/juan/work/ide/netbeans-8.2/mobility:/home/juan/work/ide/netbeans-8.2/profiler:/home/juan/work/ide/netbeans-8.2/python:/home/juan/work/ide/netbeans-8.2/php:/home/juan/work/ide/netbeans-8.2/identity:/home/juan/work/ide/netbeans-8.2/harness:/home/juan/work/ide/netbeans-8.2/cnd:/home/juan/work/ide/netbeans-8.2/cndext:/home/juan/work/ide/netbeans-8.2/dlight:/home/juan/work/ide/netbeans-8.2/groovy:/home/juan/work/ide/netbeans-8.2/extra:/home/juan/work/ide/netbeans-8.2/javacard:/home/juan/work/ide/netbeans-8.2/javafx:/home/juan/work/ide/netbeans-8.2/${branding.token}:/home/juan/work/ide/netbeans-8.2/jpa_modeler:: bad substitution ##### **Steps to Reproduce**(Only for bug...
Showing warning sign on entity in case of duplicate discriminator value in same entity hierarchy would be useful to see such errors automatically. E.g. BaseEntity -> ChildOne ( discriminator value...
jUnit 5 is the next generation of JUnit, promises to be a programmer-friendly testing framework for Java 8. Refer the following sample project : https://github.com/junit-team/junit5-samples/blob/r5.0.0-M3/junit5-maven-consumer/pom.xml