]
Rastislav Wagner edited comment on JBDS-3602 at 2/22/16 8:33 AM:
-----------------------------------------------------------------
works with non-empty eclipse.buildId
here's what I sent from JBDS
was (Author: rawagner):
works with non-empty eclipse.buildId
here's what I send from JBDS
Error Reporting doesnt work in JBDS
-----------------------------------
Key: JBDS-3602
URL:
https://issues.jboss.org/browse/JBDS-3602
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: aeri
Affects Versions: 9.1.0.CR1
Environment: JBDS 9.1.0.CR1-v20160222-0232-B335
JBT Nightly (2016-02-22)
both contains the same version of aeri plugins
Reporter: Rastislav Wagner
So I tied to evoke error reporting dialog with the following scenario:
1. import Java EE Web Project from central
2. right click in Project Explorer -> refactor -> rename
3. change name, hit OK which will result in errors from org.hibernate stuff
In case of JBDS no error reporting dialog is shown, works in JBT
I also tried org.eclipse stuff:
1. open Properties view
2. create JPA Project (File -> New -> Other... JPA Project)
3. open persistence.xml which will result in NPE from org.eclipse stuff
And again in no error reporting dialog in case of JBDS but works in JBT