[JBoss JIRA] Created: (JBIDE-590) NPE in seam wizard
by Max Andersen (JIRA)
NPE in seam wizard
------------------
Key: JBIDE-590
URL: http://jira.jboss.com/jira/browse/JBIDE-590
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.0.Beta2
Reporter: Max Andersen
I get this error sometimes. maybe in relation of me entering bogus home directory and press finish (which I shouldn't be able to do)
java.lang.NullPointerException
at org.jboss.tools.seam.internal.core.project.facet.AntCopyUtils.copyFilesAndFolders(AntCopyUtils.java:41)
at org.jboss.tools.seam.internal.core.project.facet.SeamFacetInstallDelegete.execute(SeamFacetInstallDelegete.java:191)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1201)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:394)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:288)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$1.run(FacetedProject.java:270)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modify(FacetedProject.java:280)
at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard.performFinish(ModifyFacetedProjectWizard.java:373)
at org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelFacetWizard.performFinish(NewProjectDataModelFacetWizard.java:292)
at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$2.run(ModifyFacetedProjectWizard.java:261)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$3.run(ModifyFacetedProjectWizard.java:275)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
--
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
18 years, 8 months
[JBoss JIRA] Commented: (JBIDE-524) Eclipse global shortcuts does not seem to (always) work in VE
by Maxim Areshkau (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-524?page=comments#action_12369182 ]
Maxim Areshkau commented on JBIDE-524:
--------------------------------------
Calling of eclipse global shortcuts was added to VPE. But behavior of some shortcuts by default in VPE deffer from global. For example when we pressing CTRL+M, editor should be open for full window, but it's doesn't works. Was checked 'CTRL+N', 'CTRL+P' 'CTRL+H' they works normal.
'CTRL+SHIFT+T' should works only for java editor.
So we need find all global shortcuts which behavior isn't standart and correct it. Also 'CTRL+'/'' doesn't works in VPE editor, it should comments code in VPE(comments in JSP and html files should be deferent). Also some shortcuts differ in various OS.
> Eclipse global shortcuts does not seem to (always) work in VE
> -------------------------------------------------------------
>
> Key: JBIDE-524
> URL: http://jira.jboss.com/jira/browse/JBIDE-524
> Project: JBoss Tools
> Issue Type: Bug
> Components: Visual Page Editor
> Reporter: Max Andersen
> Assigned To: Maxim Areshkau
>
> e.g. pressing Ctrl+Shift+T does nothing when focus and selection is in the visual editor.
--
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
18 years, 8 months