Bug 252955 - Deleting element in the remote connection triggers error
Summary: Deleting element in the remote connection triggers error
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Geclipse (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nick Tsioutsias CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-31 07:26 EDT by Szymon Mueller CLA
Modified: 2014-01-09 16:01 EST (History)
1 user (show)

See Also:


Attachments
Screenshot of teh popup (86.00 KB, image/png)
2008-10-31 07:29 EDT, Szymon Mueller CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Szymon Mueller CLA 2008-10-31 07:26:22 EDT
To reproduce:
1. Mount any connection (tested on srm, gria).
2. Delete any remote file in this connection.
3. Popup appears (see screenshot) and following error is logged: 

java.lang.NullPointerException
at eu.geclipse.benchmarking.util.DeleteGbdlFile.initialize(DeleteGbdlFile.java:67)
at org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant.initialize(RefactoringParticipant.java:106)
at org.eclipse.ltk.core.refactoring.participants.ParticipantExtensionPoint.getParticipants(ParticipantExtensionPoint.java:101)
at org.eclipse.ltk.core.refactoring.participants.ParticipantManager.loadDeleteParticipants(ParticipantManager.java:167)
at org.eclipse.ltk.core.refactoring.participants.ParticipantManager.loadDeleteParticipants(ParticipantManager.java:147)
at org.eclipse.ltk.internal.core.refactoring.resource.DeleteResourcesProcessor.loadParticipants(DeleteResourcesProcessor.java:239)
at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:234)
at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:85)
at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:121)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:211)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

file is deleted anyway.
Comment 1 Szymon Mueller CLA 2008-10-31 07:29:19 EDT
Created attachment 116606 [details]
Screenshot of teh popup
Comment 2 Nick Tsioutsias CLA 2008-10-31 07:50:24 EDT
I committed a fix. Please check and close
Comment 3 Szymon Mueller CLA 2008-10-31 09:24:57 EDT
Cannot reproduce this error in head version after the fix. I will re-check it in next build package and close this bug if this doesn't occur anymore.
Comment 4 Ariel Garcia CLA 2008-11-26 09:22:36 EST
Changing the assignment, please close it if not happening anymore for you