[root]/classes/org/makumba/analyser/interfaces
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 8 (100.0%) | 164 (100.0%) | 20.5 |
manuel_gay | 5 (62.5%) | 102 (62.2%) | 20.4 |
rosso_nero | 3 (37.5%) | 62 (37.8%) | 20.6 |
removing useless import on javax.el
0 lines of code changed in 1 file:
- extending and refactoring page analysis: adding support for EL expressions
- fixing error recognition: currently running or analyzed tag is used (again) in order to display where the error occurs, leading to a more detailed error message. also adding a mechanism to persist the analysis state in case of an error in the servletContext scope, so that the error message does not disappear when the page is reloaded
- simplifying mechanism for checking validity of tag attribute values
- simplifying ValueComputer API
15 lines of code changed in 1 file:
added svn-properties, header, java-doc for type
62 lines of code changed in 2 files:
fixing warnings
0 lines of code changed in 1 file:
Refactoring: separating list, analysis, and a number of dependencies. Introducing org.makumba.commons which will grow later on.
Sorry for the hugue commit but it's one coherent refactoring, it should go together.
1 lines of code changed in 1 file:
Small refactoring: moving JSP/Java parser to analyser package. TODO: refactor MakumbaTag so it extends a class of the analyser, specific to analysis things
86 lines of code changed in 2 files: