matthiasblaesing opened a new pull request, #9459:
URL: https://github.com/apache/netbeans/pull/9459

   The code always yielded the string representation of the current line as the 
string contenation is evaluated the the null check in the  ternary expression 
is checked. That is never null and thus line is returned.
   
   What was meant here is that the first part of the string should be the 
"location" (classname) followed by a colon and either the line number or the 
method name.
   
   Add parantheses to fix this.
   
   Closes: #9454


-- 
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