junichi11 / netbeans-wordpress-plugin

Support for WordPress
http://plugins.netbeans.org/plugin/46542/php-wordpress-blog-cms
Other
91 stars 35 forks source link

Uninitialized variable #40

Closed Mte90 closed 5 years ago

Mte90 commented 9 years ago

Netbeans alert this variables for not uninitialized but they are initialized by wordpress so is an useless alert:

$before_widget
$after_widget
$before_title
$after_title

Is possible create a list for disable this alert? The variables are many other but actually i've founded this.

junichi11 commented 9 years ago

Is possible create a list for disable this alert?

Unfortunately, I think we can't do it.

junichi11 commented 9 years ago

@OndrejBrejla Is there a way to resolve this issue?

Mte90 commented 8 years ago

it is very annoying...

junichi11 commented 8 years ago

Unfortunately, It is not this plugin's problem. If you don't show them, please uncheck Tools > Options > Editor > Hints > PHP > Uninitialized Variables. But please note that it means all Uninitialized Hints are not checked.

Thanks.