History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-18499
Type: Bug Bug
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Bryce Nesbitt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

<logic:iterate> confuses always true inspection

Created: 22 Jun 08 09:35   Updated: 23 Jun 08 13:47
Component/s: Code Analysis. Inspection

Environment: Linux

Build: 7,878
Severity: Low


 Description  « Hide
The inspection claims "light" is always false.

<%
String color ;
boolean light = true ;
%>

<logic:iterate id="reservation" scope="request" name="ccs.conflict.list">
<%
if( light ) { color = " light" ; } else { color = "dark" ; }
light = !light ;
%>
<tr>
<td class="<%= color %>">...</td>
</tr>
</logic:iterate>



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.