This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 239001

Summary: Highlight uses of non-existing or non-accessible classes, properties or functions
Product: php Reporter: vmattila
Component: Formatting & IndentationAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description vmattila 2013-11-30 14:20:03 UTC
It would be useful if NetBeans would be able to recognize situations when a non-existing or non-accessible classes, properties or functions are used in the code. This should also take into account inheritance tree.

This feature could be disabled from the editor preferences / Highlight tab.

NB does already now some light code analysis by recognizing and higlighting if a private function/property is not used.