Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - placebo76

Pages: [1]
1
General Board / Wrong parameter comment in functions dialog
« on: October 02, 2012, 07:31:51 pm »
When i create a comment for a function like

/**
* Testcomment
*
* @param string test
*/

the parameter line (@param...) will be added to my comment in the operations dialog. After regenerating the sources the complete comment will be generated + the parameter itself. So i have a generated code like

/**
* Testcomment
*
* @param string test
* @param string test
*/

2
General Board / reverse engineering of php classes
« on: October 02, 2012, 05:40:50 pm »
Hi,

when i do a reverse engineering of php classes, which contains comments like "@return" and types of parameters, in the generated (or synchronized) class diagrams always exists "var" data types ... is there a solution for this problem?

3
General Board / Re: Getter and Setter generation in PHP
« on: September 28, 2012, 01:45:38 am »
Ok when i change the Language to "Java" i get the correct type.

4
General Board / Getter and Setter generation in PHP
« on: September 28, 2012, 01:30:03 am »
Hi,

when i create an attribute there is a possibility to generate automatically getter and setter functions if i check the box "Property". But the problem is, that the parameter for the setter method always has the type "var", even when the attribute has other types like "array" or "string".

Is there a possibility to change that behaviour? Otherwise i have to change every setter function and changing the type after creation of them ...

5
General Board / Re: Comments in Code generation
« on: September 28, 2012, 01:24:06 am »
thanks, that works

6
General Board / Comments in Code generation
« on: September 26, 2012, 07:27:33 pm »
Hi,

i´m using the php code generation. It´s really nice because i can customize a lot of things, but how can i modify the comment sections?

In my code generation template i only have the marker "%JAVADOC_COMMENT(genOptWrapComment)%"

For example i want to generate automatically a return comment if a function has a return type, or delete the tab between parameter name and comment ... or adding the parameter type ...

7
General Board / Re: Import/Export Code Generation Template
« on: September 25, 2012, 01:20:27 am »
9.3.930

8
General Board / Re: Import/Export Code Generation Template
« on: September 25, 2012, 12:51:57 am »
I don´t have the menu

Project->Model Import/Export->Import Reference Data

only:

Project->Model Import/Export

+ Export Package to xml
+ Batch XMI export
+ CSV Import/Export

so HOW can i save my changes in my code templates?

Pages: [1]