Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » [editor] Exception when opening editor using the navigate action
[editor] Exception when opening editor using the navigate action [message #322757] Wed, 28 November 2007 04:39 Go to next message
Eclipse UserFriend
Originally posted by: valere.fedronic.ext.streamezzo.com

Hi,

I have detected a bug with the navigation.

*Description* :

After using the back action (alt+left) the editors failed to open (an
error dialog pops' up), and then editor area displays this stack trace :

org.eclipse.core.runtime.CoreException: The file does not exist.
at
org.eclipse.core.internal.filebuffers.ResourceFileBuffer.cre ate(ResourceFileBuffer.java:237)
at
org.eclipse.core.internal.filebuffers.TextFileBufferManager. connect(TextFileBufferManager.java:109)
at
org.eclipse.ui.editors.text.TextFileDocumentProvider.createF ileInfo(TextFileDocumentProvider.java:552)
....
....
at
org.eclipse.ui.internal.NavigationHistoryEntry.restoreLocati on(NavigationHistoryEntry.java:66)
at
org.eclipse.ui.internal.NavigationHistory.gotoEntry(Navigati onHistory.java:452)
at
org.eclipse.ui.internal.NavigationHistory.shiftEntry(Navigat ionHistory.java:517)
at
org.eclipse.ui.internal.NavigationHistory.backward(Navigatio nHistory.java:501)



*Step to reproduce*

1) Open a new project
2) Create a new File
3) Open the file
4) Close the file
5) Delete the project (+delete content)
6) Click on the 'navigate back' button (alt+left)


*Expected*
The editor should use the 'status control' (StatusTextEditor) to display
the error message.

Should i report this? or is it known?

Reproducible with eclipse 3.3 to 3.4M3

Valère.
Re: [editor] Exception when opening editor using the navigate action [message #322761 is a reply to message #322757] Wed, 28 November 2007 07:09 Go to previous messageGo to next message
Eclipse UserFriend
valere fedronic wrote:

> Hi,
>
> I have detected a bug with the navigation.
>
> *Description* :
>
> After using the back action (alt+left) the editors failed to open (an
> error dialog pops' up), and then editor area displays this stack trace :
>
> org.eclipse.core.runtime.CoreException: The file does not exist.
> at
> org.eclipse.core.internal.filebuffers.ResourceFileBuffer.cre ate(ResourceFileBuffer.java:237)
>
> at
> org.eclipse.core.internal.filebuffers.TextFileBufferManager. connect(TextFileBufferManager.java:109)
>
> at
> org.eclipse.ui.editors.text.TextFileDocumentProvider.createF ileInfo(TextFileDocumentProvider.java:552)
>
> ...
> ...
> at
> org.eclipse.ui.internal.NavigationHistoryEntry.restoreLocati on(NavigationHistoryEntry.java:66)
>
> at
> org.eclipse.ui.internal.NavigationHistory.gotoEntry(Navigati onHistory.java:452)
>
> at
> org.eclipse.ui.internal.NavigationHistory.shiftEntry(Navigat ionHistory.java:517)
>
> at
> org.eclipse.ui.internal.NavigationHistory.backward(Navigatio nHistory.java:501)
>
>
>
>
> *Step to reproduce*
>
> 1) Open a new project
> 2) Create a new File
> 3) Open the file
> 4) Close the file
> 5) Delete the project (+delete content)
> 6) Click on the 'navigate back' button (alt+left)
>
>
> *Expected*
> The editor should use the 'status control' (StatusTextEditor) to
> display the error message.
>
> Should i report this?

Yes, you should report it against Platform UI using bugzilla.

Dani

> or is it known?
>
> Reproducible with eclipse 3.3 to 3.4M3
>
> Valère.
>
Re: [editor] Exception when opening editor using the navigate action [message #322762 is a reply to message #322761] Wed, 28 November 2007 07:38 Go to previous message
Eclipse UserFriend
Originally posted by: valere.fedronic.ext.streamezzo.com

https://bugs.eclipse.org/bugs/show_bug.cgi?id=211204

Valère.


Daniel Megert a écrit :
> valere fedronic wrote:
>
>> Hi,
>>
>> I have detected a bug with the navigation.
>>
>> *Description* :
>>
>> After using the back action (alt+left) the editors failed to open (an
>> error dialog pops' up), and then editor area displays this stack trace :
>>
>> org.eclipse.core.runtime.CoreException: The file does not exist.
>> at
>> org.eclipse.core.internal.filebuffers.ResourceFileBuffer.cre ate(ResourceFileBuffer.java:237)
>>
>> at
>> org.eclipse.core.internal.filebuffers.TextFileBufferManager. connect(TextFileBufferManager.java:109)
>>
>> at
>> org.eclipse.ui.editors.text.TextFileDocumentProvider.createF ileInfo(TextFileDocumentProvider.java:552)
>>
>> ...
>> ...
>> at
>> org.eclipse.ui.internal.NavigationHistoryEntry.restoreLocati on(NavigationHistoryEntry.java:66)
>>
>> at
>> org.eclipse.ui.internal.NavigationHistory.gotoEntry(Navigati onHistory.java:452)
>>
>> at
>> org.eclipse.ui.internal.NavigationHistory.shiftEntry(Navigat ionHistory.java:517)
>>
>> at
>> org.eclipse.ui.internal.NavigationHistory.backward(Navigatio nHistory.java:501)
>>
>>
>>
>>
>> *Step to reproduce*
>>
>> 1) Open a new project
>> 2) Create a new File
>> 3) Open the file
>> 4) Close the file
>> 5) Delete the project (+delete content)
>> 6) Click on the 'navigate back' button (alt+left)
>>
>>
>> *Expected*
>> The editor should use the 'status control' (StatusTextEditor) to
>> display the error message.
>>
>> Should i report this?
>
> Yes, you should report it against Platform UI using bugzilla.
>
> Dani
>
>> or is it known?
>>
>> Reproducible with eclipse 3.3 to 3.4M3
>>
>> Valère.
>>
Previous Topic:NPE calling log() from my contributed Ant task
Next Topic:Eclipse and Theme Support
Goto Forum:
  


Current Time: Sun Jun 08 08:58:48 EDT 2025

Powered by FUDForum. Page generated in 0.03885 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top