[umbrello] [Bug 413991] When creating code for attribute access, the C++ code generator produces unexpected code
Ralf Habacker
bugzilla_noreply at kde.org
Sun Nov 10 00:23:53 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=413991
Ralf Habacker <ralf.habacker at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit|https://commits.kde.org/umb |https://commits.kde.org/umb
|rello/a611d2f5b91ede55e612a |rello/1c715d386e01655cc3d07
|c4254c044d35796b53c |571d79b9b2f97f67ef2
--- Comment #2 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit 1c715d386e01655cc3d07571d79b9b2f97f67ef2 by Ralf Habacker.
Committed on 10/11/2019 at 00:27.
Pushed by habacker into branch 'master'.
Add additional c++ code generation policies to fix unexpected code generation
- Getters with/without 'get' prefix
- Remove prefix '[a-zA-Z]_' from accessor methods
- Accessor methods start with/without capital letters
FIXED-IN:2.29.80 (KDE Applications 19.11.80)
M +76 -0 umbrello/codegenerators/cpp/cppcodegenerationform.cpp
M +9 -0 umbrello/codegenerators/cpp/cppcodegenerationform.h
M +42 -0 umbrello/codegenerators/cpp/cppcodegenerationpolicy.cpp
M +9 -1 umbrello/codegenerators/cpp/cppcodegenerationpolicy.h
M +6 -0 umbrello/codegenerators/cpp/cppcodegenerationpolicypage.cpp
M +9 -7 umbrello/codegenerators/cpp/cppwriter.cpp
M +3 -0 umbrello/optionstate.cpp
M +7 -1 umbrello/optionstate.h
M +15 -0 umbrello/umbrello.kcfg
https://commits.kde.org/umbrello/1c715d386e01655cc3d07571d79b9b2f97f67ef2
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list