Menu

/core/trunk Commit Log


Commit Date  
[r121] by calmera

bogus

2008-10-03 10:36:44 Tree
[r120] by calmera

Ok I made it work today. I was able to generate some code using the modified legacy sql2java templates found in the latest 2.6.7 release. I altered them since the generator is using different variables which can be used inside the templates. In a later stage, we can try to make it all backwards compatible, but for now, this does not have a high priority.

I will not post the templates yet, simply because they are not ready yet. I just modified them to generate valid java code, they have not been tested in any way.

2008-10-02 20:45:07 Tree
[r119] by calmera

Ok, just found this inside my eclipse workspace.

2008-10-01 19:24:40 Tree
[r118] by calmera

Modified the generator and the momentum objects to allow proper generation.
Introduced OGNL to make variable references easier to use.

2008-08-20 12:14:50 Tree
[r117] by calmera

Still some errors while parsing the OGNL expressions. There is something wrong in there ...

2008-08-07 20:58:05 Tree
[r116] by calmera

Minor Modifications to get things working again

2008-08-07 17:19:18 Tree
[r115] by calmera

Changed the internal Core structure.
I moved the templates to a separate folder because they really are not a part of the core

2008-08-01 19:17:54 Tree
[r114] by calmera

Changed the internal Core structure.
I moved the templates to a separate folder because they really are not a part of the core

2008-07-18 12:46:00 Tree
[r112] by Calmera

fixed some minor FindBugs bugs:

Nm: The field name net.sf.sql2java.common.store.BasicProcessorStore.StringdMap doesn't start with a lower case letter
SBSC: Method net.sf.sql2java.utils.StringUtils.camelcase(String, boolean, boolean) concatenates strings using + in a loop
SBSC: Method net.sf.sql2java.common.conversion.ConversionWrapper.convertToSql(String) concatenates strings using + in a loop
SBSC: Method net.sf.sql2java.fetching.sql.SQLFetcherConfigurer.configure(SQLFetcher) concatenates strings using + in a loop
Dm: Method net.sf.sql2java.common.beans.Processable.createUniqueKey(Processable, String, String) invokes toString() method on a String

2008-06-29 12:59:07 Tree
[r111] by Calmera

Fixed what FindBugs declared as High Priority Bugs:

HE: net.sf.sql2java.data.Pointer defines equals and uses Object.hashCode()
HE: net.sf.sql2java.data.MapPointer defines equals and uses Object.hashCode()
MS: net.sf.sql2java.generator.Generator.LOGGER isn't final but should be
EC: Call to equals() comparing different types in net.sf.sql2java.data.Path.getElement(String)
GC: net.sf.sql2java.conversion.Keyword is incompatible with expected argument type java.lang.String in net.sf.sql2java.conversion.KeywordGroup.removeKeyword(Keyword)

2008-06-29 12:47:28 Tree
Older >