Some of my defined classes are not loaded by the IDE when I call Ctrl+B, Go to declaration, Ctrl+click.
I\'m using Windows 7, NetBea
I resolved this issue deleting the nbproject directory on my project.
After deleteting this directory, just restart your ide. It'll start going to declarations, functions and classes again.
I had the same problem and resolved by installing JRE
http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html
If You working with Drupal in NetBeans and have the same ctrl+click (Go to declaration) issue:
For me, deleting the Cache folder did not work.
Then i realized that the source files that i have opened in NetBeans, were not included as part of a project. So i went ahead and selected: File > Open Project > chose the original project folder in my htdocs (XAMPP).
Then the declaration mapping worked like a charm. Hope it helps someone out there.
For me Ctrl + Click does not work when I choose 'Put NetBeans metadata into a separate directory' when doing PHP in Netbeans 7.3.1 on Ubuntu
For Linux users to delete cache:
rm -fR /home/[user]/.cache/[netbeans_version]
Then restart NetBeans.