Directory classes/org/makumba/list/engine/

Directory Created:
2007-09-17 20:06
Total Files:
5
Deleted Files:
1
Lines of Code:
1176

[root]/classes/org/makumba/list/engine
                        directory in repo valuecomputer (4 files, 523 lines)

Lines of Code

classes/org/makumba/list/engine/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 45 (100.0%) 1553 (100.0%) 34.5
manuel_gay 19 (42.2%) 1456 (93.8%) 76.6
rosso_nero 12 (26.7%) 71 (4.6%) 5.9
cristian_bogdan 14 (31.1%) 26 (1.7%) 1.8

Most Recent Commits

rosso_nero 2009-01-02 19:13 Rev.: 3527

fixing warnings

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (changed)
rosso_nero 2009-01-02 05:31 Rev.: 3518

fixing generics

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: Grouper.java (changed)
rosso_nero 2009-01-02 03:33 Rev.: 3514

fixing generics

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: QueryExecution.java (changed)
rosso_nero 2008-12-16 04:30 Rev.: 3405

avoiding useless string concatenation

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: Grouper.java (changed)
cristian_bogdan 2008-08-26 01:07 Rev.: 3142

little fix, so "" orderby's don't lead to an orderby being added to query

2 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (+2 -2)
rosso_nero 2008-08-20 12:51 Rev.: 3116

fix for pagination with group by, fixing some generics

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (changed)
cristian_bogdan 2008-08-16 15:36 Rev.: 3089

removed $name -> $numer replacing, as that's done by the database layer anyway

3 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (+3 -2)
cristian_bogdan 2008-08-06 11:03 Rev.: 2991

reduced the QueryAnalysis contract (can be reduced further), moved all mining code in the miners

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (-27)
rosso_nero 2008-07-20 13:40 Rev.: 2862

resolving generics warnings

3 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: QueryExecution.java (+3 -3)
cristian_bogdan 2008-07-18 03:07 Rev.: 2842

setting transaction context to RequestAttributes (in BL via DbConnectionProvider) and PageAttributes (in page QueryExecution via QueryProvider), and supporting context attribute processing in TransactionImplementation and its subclasses

10 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: QueryExecution.java (+10 -6)
cristian_bogdan 2008-07-11 21:58 Rev.: 2808

separated query analysis from query execution, associated inlining with analysis, doing inlining by default before any analysis or execution, cache query inlinings, one instance per query analyzer type

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (changed)
cristian_bogdan 2008-07-06 01:38 Rev.: 2749

moved code from ComposedQuery to QueryProvider, eliminated a QP->CQ dependency

5 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (+5 -86)
rosso_nero 2008-06-25 01:14 Rev.: 2651

resolving generics

3 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedSubquery.java (+3 -3)
rosso_nero 2008-06-11 13:47 Rev.: 2539

throwing a more appropriate exception (label not found is not an invalid value...)

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (changed)
rosso_nero 2008-06-10 03:18 Rev.: 2513

allowing rtexpr for defaultLimit

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: QueryExecution.java (changed)
cristian_bogdan 2008-05-01 02:19 Rev.: 2266

query language can now be extracted via MakumbaJspAnalyzer

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: QueryExecution.java (changed)
manuel_gay 2008-04-20 17:31 Rev.: 2255

Moving expression-field type methods to QueryAnalysis

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (changed)
manuel_gay 2008-04-15 14:14 Rev.: 2248

Adding several methods:
- toString
- methods to get label types, projection types and projections
- method that can compute the type (MDD) containing the field selected by an expression

85 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (+85 -1)
manuel_gay 2008-04-15 13:53 Rev.: 2244

Adding a toString method

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedSubquery.java (changed)
cristian_bogdan 2008-03-14 03:03 Rev.: 2234

removing a 5-year old useless field

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (changed)
cristian_bogdan 2008-03-14 03:01 Rev.: 2233

nullifying reference when it is not useful any longer

3 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedSubquery.java (+3)
rosso_nero 2007-12-26 19:10 Rev.: 2178

pulled up method
new methods to use default limit / offset

64 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: QueryExecution.java (+64 -10)
cristian_bogdan 2007-11-22 20:16 Rev.: 2150

useless import

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (-1)
cristian_bogdan 2007-11-22 20:15 Rev.: 2149

using only new-style collections in the parameter-processing classes, thus making sure that both Lists and Vectors are accepted for multiple values

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (changed)
manuel_gay 2007-11-14 14:49 Rev.: 2049

Updating comments

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (changed)
manuel_gay 2007-11-14 14:49 Rev.: 2048

Formatting source

4 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: Evaluator.java (+4 -4)
rosso_nero 2007-10-26 22:35 Rev.: 1949

fixing generic warnings, adding method to add a projection

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (changed)
rosso_nero 2007-10-26 22:35 Rev.: 1948

changing access to use if from other class

1 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: QueryExecution.java (+1 -1)
cristian_bogdan 2007-10-25 11:45 Rev.: 1931

subqueries excluded from nullable reference computation

3 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: ComposedQuery.java (+3)
manuel_gay 2007-10-03 18:48 Rev.: 1743

Updating imports (Attributes, GenericTag)

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: QueryExecution.java (changed)
manuel_gay 2007-09-28 15:35 Rev.: 1704

Refactoring: removing dependencies from MakumbaSystem, using Providers and Configuration instead

1 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: Grouper.java (+1 -1)
cristian_bogdan 2007-09-26 12:06 Rev.: 1692

a bit better handling of values coming from EL expressions

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: QueryExecution.java (changed)
manuel_gay 2007-09-25 15:54 Rev.: 1688

Refactoring: moving classes from utils to the most appropriate location, moving form-related classes to forms package.

4 lines of code changed in 2 files:

  • classes/org/makumba/list/engine: Grouper.java (+2 -2), QueryExecution.java (+2 -2)
cristian_bogdan 2007-09-24 20:09 Rev.: 1681

expression language returns Long for some integer expressions

0 lines of code changed in 1 file:

  • classes/org/makumba/list/engine: QueryExecution.java (changed)
manuel_gay 2007-09-24 18:36 Rev.: 1678

Refactoring: merging list and forms refactoring branch

50 lines of code changed in 4 files:

  • classes/org/makumba/list/engine: ArgumentReplacer.java (del), ComposedQuery.java (+40 -92), ComposedSubquery.java (+2 -2), QueryExecution.java (+8 -7)
manuel_gay 2007-09-17 20:06 Rev.: 1600

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.

1312 lines of code changed in 6 files:

  • classes/org/makumba/list/engine: ArgumentReplacer.java (new 125), ComposedQuery.java (new 576), ComposedSubquery.java (new 144), Evaluator.java (new 63), Grouper.java (new 142), QueryExecution.java (new 262)
Generated by StatSVN 0.5.0