Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007962Openbravo ERPA. Platformpublic2009-03-05 10:112009-04-22 00:01
shuehner 
shuehner 
normaltrivialhave not tried
closedfixed 
5
pi 
2.50 
Core
No
0007962: sqlc generated data classes have class-comment even the .xsql source file does not define one.
Sqlc has a bug which keeps the class-comment defined for one .xsql for all later .xsql files which have not comment defined.

Example
- a.xsql (comment a)
- b.xsql (no comment)
- c.xsql (comment c)

result-
- aData.java (comment a)
- bData.java (comment a)
- cData.java (comment c)
  
No tags attached.
Issue History
2009-03-05 10:11shuehnerNew Issue
2009-03-05 10:11shuehnerAssigned To => shuehner
2009-03-05 10:11shuehnerRegression testing => No
2009-03-05 10:49hgbotCheckin
2009-03-05 10:49hgbotNote Added: 0014427
2009-03-05 10:49hgbotStatusnew => resolved
2009-03-05 10:49hgbotResolutionopen => fixed
2009-03-05 10:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/92613c495c4d98730344a62660c969f09a92169f [^]
2009-04-21 10:53psarobeStatusresolved => closed
2009-04-22 00:01anonymoussf_bug_id0 => 2778049

Notes
(0014427)
hgbot   
2009-03-05 10:49   
Repository: erp/devel/pi
Changeset: 92613c495c4d98730344a62660c969f09a92169f
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Mar 05 10:49:10 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/92613c495c4d98730344a62660c969f09a92169f [^]

Fixed 7962: fix sqlc to not add a comment to the generated java-class when the .xsql has no comment defined

---
M src-core/src/org/openbravo/data/Sqlc.java
---