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:
@@ -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">
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user