Directory poem/src/main/java/org/melati/poem/
- Total Files:
- 175
- Deleted Files:
- 89
- Lines of Code:
- 28269
[root]
/poem
/src
/main
/java
/org
/melati
/poem
csv
(11 files, 1540 lines)
dbms
(18 files, 4473 lines)
generated
(23 files, 11836 lines)
transaction
(10 files, 1163 lines)
util
(27 files, 3349 lines)
Lines of Code

Developers
| Author |
Changes |
Lines of Code |
Lines per Change |
| Totals |
3685 (100.0%) |
88072 (100.0%) |
23.9 |
| timp
|
1421 (38.6%) |
45245 (51.4%) |
31.8 |
| williamc
|
1766 (47.9%) |
37488 (42.6%) |
21.2 |
| timj
|
295 (8.0%) |
1877 (2.1%) |
6.3 |
| jimw
|
54 (1.5%) |
1150 (1.3%) |
21.2 |
| mylesc
|
34 (0.9%) |
853 (1.0%) |
25.0 |
| davew
|
94 (2.6%) |
725 (0.8%) |
7.7 |
| samuelg
|
14 (0.4%) |
598 (0.7%) |
42.7 |
| kimptoc
|
6 (0.2%) |
113 (0.1%) |
18.8 |
| karlz
|
1 (0.0%) |
23 (0.0%) |
23.0 |
Most Recent Commits
-
timp
2008-04-17 22:12
-
Java5 seems to have a problem
82 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
BooleanPoemType.java (+1 -30),
BooleanPossibleRawEnumeration.java (new 81)
-
timp
2008-04-15 09:48
-
Add postInitialise() to interface
29 lines of code changed in 8 files:
- poem/src/main/java/org/melati/poem:
GroupCapabilityTable.java (+2 -2),
GroupMembershipTable.java (+2 -2),
GroupTable.java (+2 -2),
JdbcTable.java (+2 -2),
PoemTable.java (+2 -2),
Table.java (+15 -1),
TableCategoryTable.java (+2 -2),
UserTable.java (+2 -2)
-
timp
2008-04-14 13:10Rev.: 1.3
-
Javadoc
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
JdbcTable.java (+4 -5)
-
timp
2008-04-14 12:48Rev.: 1.151
-
Init now public
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+2 -2)
-
timp
2008-04-14 12:46
-
Regenerated: init() now public
12 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
JdbcTable.java (+3 -3),
Table.java (+9 -2)
-
timp
2008-04-14 12:30Rev.: 1.1
-
Extracted interface
2922 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
JdbcTable.java (new 2922)
-
timp
2008-04-14 12:19
-
Refactored Table interface and implementation JdbcTable
1148 lines of code changed in 7 files:
- poem/src/main/java/org/melati/poem:
Database.java (+8 -9),
JdbcPersistent.java (+3 -3),
PoemTable.java (+2 -2),
Table.java (+1129 -2869),
TableFactory.java (+2 -2),
TableInfo.java (+2 -2),
TableInfoTable.java (+2 -2)
-
timp
2008-04-13 20:44Rev.: 1.12
-
Fix FIXME
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
DeletionIntegrityPoemException.java (+6 -5)
-
timp
2008-04-13 20:34Rev.: 1.3
-
Javadoc
1 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
JdbcPersistent.java (+1 -2)
-
timp
2008-04-13 19:54Rev.: 1.149
-
Javadoc typo
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+3 -2)
-
timp
2008-04-13 19:38Rev.: 1.233
-
Make most protected methods public, preparing to extract interface.
Add getMostRecentTroid(), set default display level to be a constant.
103 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+103 -53)
-
timp
2008-04-13 18:56Rev.: 1.3
-
Do not use direct access to Table member, use new getter
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
TableSortedMap.java (+2 -2)
-
timp
2008-04-13 17:21Rev.: 1.84
-
Use explicit getTable.quotedName rather than null
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Column.java (+2 -2)
-
timp
2008-04-13 16:26
-
Move private class to top level prior to refactoring.
77 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
AccessibleCreationException.java (new 76),
Table.java (+1 -33)
-
timp
2008-04-13 16:24
-
Use getNextExtrasIndex() rather than direct access to extrasIndex
4 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
Database.java (+2 -2),
TableFactory.java (+2 -2)
-
timp
2008-04-13 16:23Rev.: 1.231
-
Make all methods with default access protected, add method getNextExtrasIndex()
71 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+71 -63)
-
timp
2008-04-13 15:05Rev.: 1.33
-
Update javadoc in light of new passback handling
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
TailoredQuery.java (+5 -5)
-
timp
2008-03-28 14:32Rev.: 1.108
-
Javadoc
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Persistent.java (+5 -5)
-
timp
2008-03-28 13:58Rev.: 1.10
-
Typo
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
TableInUsePoemException.java (+4 -4)
-
timp
2008-03-28 11:20
-
Javadoc
7 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
Persistent.java (+4 -14),
Table.java (+3 -5)
(1107 more)