Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328687 - Problem with content assists
Summary: Problem with content assists
Status: CLOSED WORKSFORME
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-26 06:30 EDT by g0tan CLA
Modified: 2020-05-14 11:18 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description g0tan CLA 2010-10-26 06:30:38 EDT
Build Identifier: 20100917-0705

org.eclipse.dltk.core.ModelException: project_name does not exist
	at org.eclipse.dltk.internal.core.ModelOperation.runOperation(ModelOperation.java:760)
	at org.eclipse.dltk.internal.core.SourceType.newSupertypeHierarchy(SourceType.java:397)
	at org.eclipse.dltk.internal.core.SourceType.newSupertypeHierarchy(SourceType.java:367)
	at org.eclipse.php.internal.core.codeassist.CompletionCompanion.getSuperTypeHierarchy(CompletionCompanion.java:90)
	at org.eclipse.php.internal.core.codeassist.strategies.ClassFieldsStrategy.apply(ClassFieldsStrategy.java:68)
	at org.eclipse.php.internal.core.codeassist.PHPCompletionEngine.complete(PHPCompletionEngine.java:109)
	at org.eclipse.php.internal.core.codeassist.PHPCompletionEngine.complete(PHPCompletionEngine.java:64)
	at org.eclipse.dltk.internal.core.Openable$CompletionThread.run(Openable.java:467)

Project name of course exists.


Reproducible: Always

Steps to Reproduce:
1. Open ex. class file
2. when I write $this->.. and now press Ctrl + Space is nothing to assist in sugestions window.
Comment 1 Zhongwei Zhao CLA 2010-10-26 06:47:19 EDT
Hi

I think project_name is something else other than the name of the current project.