Hello,

I am trying out NetBeans 11.1 beta and I am really happy about the new feature 
to display parameter names "inline".

However, the parameter names are not always shown and I can't figure out the 
rules on when they are shown and when not.

Take the following screenshot:

I don't understand why the parameter name is shown in line 570, but not for the 
method calls in line 564, 567, 571 or 572?

Note that loadObjectsForTypeNode() (called in line 567) is a method declared in 
the same Java class.

At first I thought, that parameter names for methods from the JDK are not shown 
(because of missing information in the class files), but this doesn't seem to 
be true.
Some calls to e.g. String.equalsIgnoreCase() show the parameter name:

but for some it's not shown:

Is there a logic to this that I don't see?
Or is this simply a case of "not-yet-completely-finished"?

Regards
Thomas



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

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

Reply via email to