[root]/classes/org/makumba/analyser
engine
(5 files, 2052 lines)
interfaces
(2 files, 152 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 71 (100.0%) | 3218 (100.0%) | 45.3 |
| manuel_gay | 45 (63.4%) | 2857 (88.8%) | 63.4 |
| rosso_nero | 20 (28.2%) | 314 (9.8%) | 15.7 |
| cristian_bogdan | 6 (8.5%) | 47 (1.5%) | 7.8 |
more doc
1 lines of code changed in 1 file:
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
452 lines of code changed in 7 files:
extracting method to get the pageCache, independent of the pageContext object (preparational work for
bug 1147)
20 lines of code changed in 1 file:
formatted...
42 lines of code changed in 1 file:
storing values uniquely for multi-value cache
7 lines of code changed in 1 file:
more doc
3 lines of code changed in 1 file:
more documentation
7 lines of code changed in 1 file:
using linked hashmap to have ordered entries in cache
adding multi-value cache
58 lines of code changed in 1 file:
added svn-properties, header, java-doc for type
122 lines of code changed in 5 files:
some minor things: fixed warnings, added FIXMEs
1 lines of code changed in 1 file:
fixing warnings
0 lines of code changed in 1 file:
fixing warnings
2 lines of code changed in 1 file:
live validation for char
8 lines of code changed in 1 file:
added toString method for debugging purposes
16 lines of code changed in 1 file:
improved toString debug info
13 lines of code changed in 1 file:
fixing generics warnings, source code clean up, formatting
23 lines of code changed in 1 file:
refactoring: moving all the cache keys to MakumbaJSPAnalyser, so it is possible to have an overview
1 lines of code changed in 3 files:
allowing handler methods to modify the request/response objects
2 lines of code changed in 1 file:
Removing useless import
0 lines of code changed in 1 file:
(23 more)