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 Criterions.java. Reason: HashSet is a raw type. References to generic type HashSet<E> should be parameterized, line 11
- failed on resource AddConferenceController.java. Reason: HashSet is a raw type. References to generic type HashSet<E> should be parameterized, line 45
- failed on resource AddConferenceController.java. Reason: Map is a raw type. References to generic type Map<K,V> should be parameterized, line 103
- failed on resource Criterions.java. Reason: Set is a raw type. References to generic type Set<E> should be parameterized, line 11
... and more.  
Override reason:   
DWR
This commit is contained in:
Frederic Debuire
2008-01-24 16:23:39 +00:00
parent a4916a56e2
commit 28c3aaabba
10 changed files with 4488 additions and 12 deletions

View File

@@ -161,11 +161,23 @@
</property>
</bean>
<dwr:controller id="dwrController" debug="true"></dwr:controller>
<dwr:configuration>
<dwr:convert type="bean"
class="org.yacos.web.chairman.form.FormConference">
</dwr:convert>
<dwr:convert type="bean"
class="org.yacos.web.chairman.controller.CriterionBean">
</dwr:convert>
<!-- <dwr:convert type="bean"
class="iConfWeb.bean.viewPaper.DetailPaper">