mbien commented on issue #9103: URL: https://github.com/apache/netbeans/issues/9103#issuecomment-3750018635
I believe the hint is primarily there to mark increment/decrements when used as expression statement, no matter if it is a postfix or prefix variant. e.g in your case the hint would note: `Value of increment expression "a++" is used`. No matter if its the value of a prefix or postfix increment/decrement, coding guidelines would likely see both as equally error prone (or be fine with both variants). The hint isn't really trying to explain _when_ the value is used - just that it is used in an expression statement. -- 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
