[
http://jira.jboss.com/jira/browse/JBIDE-861?page=all ]
Alexey Kazakov reassigned JBIDE-861:
------------------------------------
Assignee: Viacheslav Kabanovich
I got NPE:
java.lang.NullPointerException
at
org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor.runDropCommand(JSPTextEditor.java:653)
at
org.jboss.tools.common.model.ui.editors.dnd.context.DropContext.runDropCommand(DropContext.java:133)
at
org.jboss.tools.common.model.ui.editors.dnd.context.DropContext.runDropCommand(DropContext.java:124)
at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor$DTL.drop(JSPTextEditor.java:787)
at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:90)
JSPTextEditor.java:
...
651: public void runDropCommand(final String flavor, final String data) {
652: XModelBuffer b = XModelTransferBuffer.getInstance().getBuffer();
653: final XModelObject o = b.source();
...
D'n'D from Web Project View Error
---------------------------------
Key: JBIDE-861
URL:
http://jira.jboss.com/jira/browse/JBIDE-861
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.0.Beta3
Reporter: Ilya Shaikovsky
Assigned To: Viacheslav Kabanovich
Priority: Minor
Create new JSF with facelets project. (I think there is no difference for different
templates)
open index.jsp
erase URL of the inputname page
try to D'n'D some page from Web Pr View
Under Linux (Ubuntu Fiesty Fawn ) I can see hardcoded-like "index.jsp" always
inserted.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira