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 - Highlight uses of non-existing or non-accessible classes, properties or functions
Summary: Highlight uses of non-existing or non-accessible classes, properties or funct...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-30 14:20 UTC by vmattila
Modified: 2013-11-30 14:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.