[
https://jira.jboss.org/browse/JBIDE-5084?page=com.atlassian.jira.plugin.s...
]
Viacheslav Kabanovich commented on JBIDE-5084:
----------------------------------------------
In the end of April I committed changes to fix this issue (unfortunately, now JIRA does
not keep references). The null pointer was fixed by those changes, but I could not have
resolved the issue because I found new related problems and was able to fix them only
partially. The main problem was that in some specific cases the file model object stopped
being notified of file changes. Recently, I checked the situation, and cannot reproduce
such cases. So, I think we may resolve this issue, and if testing reveals new problems
(not NPE), create new issue.
Hibernate 3.0 XML Editor - NPE
------------------------------
Key: JBIDE-5084
URL:
https://jira.jboss.org/browse/JBIDE-5084
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common, Hibernate
Affects Versions: 3.1.0.M4, 3.1.0.CR1
Reporter: Vitali Yemialyanchyk
Assignee: Viacheslav Kabanovich
Fix For: 3.1.0.CR1, 3.2.0.Beta
Attachments: hibernate.cfg.xml, hibernate2.cfg.xml, jbds-3.0.0-ga-hib-conf.png,
log-jbds3.0.0-ga.txt
java.lang.NullPointerException
at org.jboss.tools.common.editor.TreeFormPage.initialize(TreeFormPage.java:142)
at
org.jboss.tools.hibernate.ui.xml.editor.HibConfig3CompoundEditor.doCreatePages(HibConfig3CompoundEditor.java:34)
at
org.jboss.tools.common.editor.ObjectMultiPageEditor.createPages(ObjectMultiPageEditor.java:235)
at
org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:357)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:286)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2857)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762)
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2676)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira