mtn un evaluation est liee a un article , par contre une erreur lors de creation de report.

Policy failures:   
Code warning
- failed on resource EvaluationController.java. Reason: ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized, line 105
- failed on resource EvaluationController.java. Reason: The local variable idd is never read, line 129
- failed on resource EvaluationController.java. Reason: Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Rating>, line 10
Override reason:   
o(∩_∩)o
This commit is contained in:
Jialin Wang
2008-02-05 00:28:25 +00:00
parent dd9e8ec9a7
commit 936e7ef80d
4 changed files with 20 additions and 7 deletions

View File

@@ -6,12 +6,9 @@
<h2 align="center"><fmt:message key="evaluation.title"/></h2>
<form:form method="post" commandName="evaluationForm">
<h4 align="center"><fmt:message key="evaluation.title"/>: ${evaluationForm.title}</h4>
<br>
<table>
<c:forEach items="${evaluationForm.simpleRatings}" var="criterion" varStatus="j">

View File

@@ -3,7 +3,7 @@
<html>
<head></head>
<body>
<h2><fmt:message key="evaluation.choose"/></h2>
<h2 align="center"><fmt:message key="evaluation.choose"/></h2>
<c:forEach items="${listArticle}" var="article">
<ul class="article">
<li class="title">Title: <a href="<c:url value="${article.URL_article}"/>">${article.title}</a></li>