Bug #3503
generated classname mismatch for menu and sub-menu
Start date:
Due date:
% Done:
100%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Constantin Asofiei over 8 years ago
A name like def sub-menu nop-i-i - note the two - chars - generates MenuNopIISubMenu for Java class references in the generated code, while the actual class name (and file) is MenuNopIiSubMenu. Same thing happens for MENU widgets.
The fix is in branch 3469a rev 11234.
#2 Updated by Constantin Asofiei over 8 years ago
- File menu_generator.xml_3469a_rev_11234.patch
added - File menu_construction.rules_3469a_rev_11234.patch
added
Attached are the patches which work with FWD v3.1 (trunk rev 11169).
#3 Updated by Constantin Asofiei over 8 years ago
- File menu_3469a_11234.zip added
Attached archive needs to be copied to the FWD installation folder (i.e. p2j folder) and unzipped - it contains the changed files directly.
#4 Updated by Greg Shah about 8 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed
- Assignee set to Constantin Asofiei
Branch 3469a was merged to trunk as revision 11252.