Skip to search.
  1. Home >
  2. All Categories >
  3. Computers & Internet >
  4. Programming & Design >
  5. Resolved Question
Olivier Olivier
Member since:
October 29, 2011
Total points:
223 (Level 1)

Resolved Question

Show me another »

"Open Type Hierarchy action" problem with Eclipse IDE+PDT?

Hello,

I have this very annoying error box that keeps popping up when I click a variable or a method referenced used $this.

Here is the error:

An internal error occurred during: "Open Type Hierarchy action".
org.eclipse.dltk.ast.ASTNode.end()I



Code:

class myPlugin {

private $_sites;
private $_path;

public function __construct(){
$this->_sites = $this->initSites();
}

private function initSites(){
//Scan for sites in sites/ directory
//Return site names
return $sites;
}
}


So its obviously not code related.
Thank you for your help!
יש לי חיים נוסף אחר ♩♪♩♪♩ by יש לי חיים נוסף אחר ♩♪♩♪♩
A Top Contributor is someone who is knowledgeable in a particular category.
Member since:
July 30, 2011
Total points:
507,488 (Level 7)
Badge Image:
A Top Contributor is someone who is knowledgeable in a particular category.

Best Answer - Chosen by Voters

Report this problem to the programming service to get things fixed.
67% 2 Votes

There are currently no comments for this question.

Other Answers (0)

No other answers.

Answers International

Yahoo! does not evaluate or guarantee the accuracy of any Yahoo! Canada Answers content. Click here for the Full Disclaimer.

Help us improve Yahoo! Canada Answers. Tell us what you think.