Incorrect unused method inspection result

Issue #1010 resolved
Phil W created an issue

If I have a method like "public String getErrorsColumnMode()" in a Visualforce page controller, where it is used in the page like:

<th style="display: {!errorsColumnMode}">

ctrl+clicking on the "errorsColumnMode" usage correctly takes me to the method in the controller, but the method is marked as "unused".

Comments (4)

  1. Log in to comment