Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 328687

Summary: Problem with content assists
Product: z_Archived Reporter: g0tan <kwreczycki>
Component: PDTAssignee: PHP Core <php.core-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: jacek.pospychala, zhaozhongwei, zulus
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.