Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0008492 | Openbravo ERP | A. Platform | public | 2009-04-07 18:51 | 2009-04-26 00:00 |
|
Reporter | marvintm | |
Assigned To | mtaal | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 2.50MP1 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0008492: DAL should convert all java keywords |
Description | Currently, DAL converts some Java keywords in property names to different words, so that compiling the generated classes can be done without errors.
However, not all the possible keywords are considered. Specifically, the keyword "public" is not considered, so if for example there is a column called "public" in a table, the generated class will contain a property called "public", which of course is wrong. |
Steps To Reproduce | |
Proposed Solution | All the Java keywords should be filtered in NamingUtils.java. |
Additional Information | |
Tags | main |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-04-07 18:51 | marvintm | New Issue | |
2009-04-07 18:51 | marvintm | Assigned To | => mtaal |
2009-04-07 18:51 | marvintm | OBNetwork customer | => No |
2009-04-07 18:51 | marvintm | Regression testing | => No |
2009-04-08 11:35 | hgbot | Checkin | |
2009-04-08 11:35 | hgbot | Note Added: 0015272 | |
2009-04-08 11:35 | hgbot | Status | new => resolved |
2009-04-08 11:35 | hgbot | Resolution | open => fixed |
2009-04-08 11:35 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6eecf40b3274a9f1070161da78639e368d0a5cf4 [^] |
2009-04-22 11:23 | psarobe | Tag Attached: main | |
2009-04-25 13:11 | psarobe | Status | resolved => closed |
2009-04-26 00:00 | anonymous | sf_bug_id | 0 => 2781346 |