modif d'evaluation ,ca marche mnt

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 83
- failed on resource CreateReportController.java. Reason: The import java.util.List is never used, line 4
- failed on resource CreateReportController.java. Reason: The import org.yacos.core.article.Article is never used, line 14
- failed on resource CreateReportController.java. Reason: The import org.yacos.core.conferences.Conference is never used, line 16
- failed on resource EvaluationController.java. Reason: Type safety: The expression of type ArrayList needs unchecked conversion to conform to ArrayList<Rating>, line 8
Override reason:
This commit is contained in:
Jialin Wang
2008-01-21 23:45:22 +00:00
parent 8f7e045d2c
commit 0f6cb26ad1
5 changed files with 25 additions and 9 deletions

View File

@@ -106,6 +106,11 @@
<property name="articleManager" ref="articleManager" />
<property name="usersManager" ref="usersManager" />
<property name="conferenceManager" ref="conferenceManager"/>
</bean>
<bean name="/createReport.htm" class="org.yacos.web.PCmember.controller.CreateReportController">
<property name="articleManager" ref="articleManager" />
</bean>
<!-- List all conference -->