zeleznypa commented on issue #4614:
URL: https://github.com/apache/netbeans/issues/4614#issuecomment-1493774877

   @junichi11 I have added information into the original description. Hope that 
this is more understandable?
   
   The Netbeans probably have a mechanism in the background that goes through 
the source code, identifies the classes used, and tries to trace them to see if 
they exist in the current namespace or in the `use` used.
   
   If the classes are not there, it will suggest adding them.
   If, on the other hand, there are some in `use` that are not used in the 
code, these are marked as `Unused Use Statement`.
   
   Array-Shapes describes what elements can be in the array, which can be 
thought of as `Use` in this context.
   
   Thus, Netbeans should suggest missing `use`, and conversely, `use` used only 
in array-shapes should not be understood by phpdoc as `unused`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to