Community
Participate
Working Groups
The bug 365653 allows the possibility to have an EJB project with EJB client outside an EAR. If you have this scenario, and you try to delete the EJB project, you will see the following NPE: java.lang.NullPointerException at org.eclipse.jst.javaee.ltk.core.participant.JavaEERefactoringParticipant.createChange(JavaEERefactoringParticipant.java:61) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.createChange(ProcessorBasedRefactoring.java:308) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:124) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:209) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Created attachment 208700 [details] Proposed patch Proposed patch that can be applied to R3_3_maintenance and HEAD for WTP 3.3.2 and 3.4
approved
Code committed to R3_3_maintenance and HEAD for WTP 3.3.2 and 3.4. Resolving bug