[Uml-devel] kdesdk/umbrello/umbrello/codegenerators

Thomas Zander zander at kde.org
Sun May 18 11:05:10 UTC 2003


CVS commit by zander: 

Alter coding style to use Java Sun standard;
- don't put braces on next line (according to Sun style thats only done when
throwing exceptions or implementing an interface)
- change variable-names; they should not start with 'm_' since Java can have
method names equal to variable names, underscores are also deprecated in
the style guide.
- change the generated name new_var to newVar in proper java style.
- change member (attributes) documentation to be javadoc style.
- make generated code a bit more consistent in various places.


  M +45 -32    javawriter.cpp   1.11
  M +1 -1      javawriter.h   1.8







More information about the umbrello-devel mailing list