[JDBC-8] Review (and fix) reflection warnings Created: 08/Jun/11 Updated: 17/Jul/11 Resolved: 17/Jul/11 |
|
| Status: | Resolved |
| Project: | java.jdbc |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Sean Corfield | Assignee: | Sean Corfield |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There are quite a few reflection warnings in the c.j.j code which should be reviewed and performance critical pieces type hinted. |
| Comments |
| Comment by Allen Rohner [ 09/Jul/11 3:50 PM ] |
|
Empirically, I can tell you the one in do-prepared*, (.prepareStatement (connection), and the one in transaction* (let [con (connection*) ...) are both performance critical for me. |
| Comment by Sean Corfield [ 09/Jul/11 4:00 PM ] |
|
Thanx Allen. The impression I get from clojure-dev is new contrib libraries should have zero reflection warnings so I plan to find and fix all such cases in c.j.j. |
| Comment by Sean Corfield [ 17/Jul/11 5:47 PM ] |
|
All reflection warnings have been removed. |