Ticket #57 (closed Bug: fixed)

Opened 3 years ago

Conetent Assist Causes Eclipse/JVM to Crash

Reported by: jbankert Assigned to: jbankert
Priority: High Milestone:
Component: Parsers Keywords:
Cc:

Description

Enter the following into a dictionary file:

rdef _id1 { owner { self { file {

} } } }

Place the cursor between the 'i' and the 'l' in "file". Using the Content Assistance select "fifo_file", which porduces:

rdef _id1 { owner { self { fifo_filele {

} } } }

1. If possible can we do a replace instead of an insert in this case?

2. Place the cursor on the line after "fifo_filele {". Enter Ctrl+Space to gain permission selecting assistance and Eclipse crashes with a JVM error.

Change History

12/06/05 08:54:05 changed by Jeff Bankert

Assigned to James Athey

12/06/05 09:27:47 changed by James Athey

Assigned to Brian Williams

12/06/05 09:27:52 changed by Brian Williams

Resolved (Fixed)