[root]/classes/org/makumba/analyser/engine
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 46 (100.0%) | 2334 (100.0%) | 50.7 |
manuel_gay | 21 (45.7%) | 2096 (89.8%) | 99.8 |
rosso_nero | 17 (37.0%) | 172 (7.4%) | 10.1 |
cristian_bogdan | 7 (15.2%) | 63 (2.7%) | 9.0 |
filip_kis | 1 (2.2%) | 3 (0.1%) | 3.0 |
- 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
80 lines of code changed in 1 file:
displaying a link to the compiled JSP (fixes bug 1117)
10 lines of code changed in 1 file:
formatting
4 lines of code changed in 1 file:
extracted constants
27 lines of code changed in 1 file:
formatting & applying source code cleanup
46 lines of code changed in 1 file:
using log instead of system.out
3 lines of code changed in 1 file:
added svn-properties, header, java-doc for type
2 lines of code changed in 1 file:
avoiding useless string concatenation
8 lines of code changed in 3 files:
- HQL code generation
- better business logic code generation display attempt
20 lines of code changed in 2 files:
resolving generics
5 lines of code changed in 1 file:
applying code clean up, resolving generics
33 lines of code changed in 1 file:
avoiding NPE which occurs if an @include file can't be found
2 lines of code changed in 1 file:
Fixing bug with parsing
5 lines of code changed in 1 file:
Fixing bug: adding missing SyntaxPoints for @include directive, and making sure that the tag is added as a system tag (to be used later on by the Analyzer)
50 lines of code changed in 3 files:
discard syntax points after analysis, unless they are the point of analysis (i.e. in source viewers), in which case the JspParseData is not cached
46 lines of code changed in 2 files:
new TagData and SyntaxPoint API
4 lines of code changed in 1 file:
removing an unused reference that may hang discarded members of a soft cache
1 lines of code changed in 1 file:
solving compiler warnings
17 lines of code changed in 3 files:
fixing @include with root folder (cristi & rudi)
9 lines of code changed in 1 file:
moved away things that are not tomcat specific
fixed some NPEs occuring when t.getMessage() is null (happens for some hibernate exceptions)
2 lines of code changed in 1 file:
(10 more)