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