Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
12.3
Description
NullPointerException is thrown when user navigates from source to PHP stubs.
To reproduce type following code:
$now = new \DateTime();
Then Ctrl+click / Ctrl+B / Navigate > Go To Declaration of DateTime.
Exception is thrown:
java.lang.NullPointerException at org.netbeans.modules.php.editor.verification.PSR4Hint$TypeDeclarationHint$TypeVisitor.processTypeDeclaration(PSR4Hint.java:183) at org.netbeans.modules.php.editor.verification.PSR4Hint$TypeDeclarationHint$TypeVisitor.visit(PSR4Hint.java:158)
Attachments
Issue Links
- relates to
-
NETBEANS-377 Only underline the non-matching part of namespace
- Closed
- links to