Tag List Report
The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag |
Total number of occurrences |
FIXME
|
1 |
TODO
|
5 |
XXX
|
2 |
Each tag is detailed below:
Number of occurrences found in the code: 1
com.autentia.wuija.widget.query.AdvancedQuery |
Line |
--No comment-- |
174
|
Number of occurrences found in the code: 5
com.autentia.wuija.widget.PagedDataTable |
Line |
convertir en un listener |
217
|
com.autentia.wuija.widget.PanelTab |
Line |
return (String)event.getLastResult(); |
54
|
com.autentia.wuija.widget.query.Query |
Line |
convertir en un listener |
110
|
Hacer que se puedan grabar las consultas |
138
|
com.autentia.wuija.widget.query.ToggleQuery |
Line |
cambiar por una action listener |
62
|
Number of occurrences found in the code: 2
com.autentia.wuija.widget.property.Property |
Line |
si fuera necesario acrivar otra vez esta funcionalidad, hacer que sea configurable por propiedad, en vez de necesitar recuperar el valor del evento. Integer abortLifecycle = (Integer)valueChangeEvent.getLastResult(); if (abortLifecycle == null) { abortLifecycle = ABORT_DELETE_GRANDPA; } |
404
|
com.autentia.wuija.widget.property.PropertyFactory |
Line |
cambiar esto para que lo que se devuelve sea un mapa de forma que se puedan añadir nuevos elementos fácilmente, y sobre todo que se pueda acceder por nombre (también que mantega el orden en el que se han añadido). |
57
|