google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

An int attribute starting with the name 'port' cannot be created #648

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. declare an int with the name "portNumber" -->  "int portNumber;"

What is the expected output? What do you see instead?
And int attribute in my class.  Instead, I get the warning:

Warning on line 3 : Feature under development. 'int' found and ignored. 
processed as: '{1}'. More information (9999)

What version of the product are you using? On what operating system?
Umple Online, accessed Oct 27, 2014 at 10:30PM.  OS Windows 7 SP1, using Chrome.

Please provide any additional information below.

Seems to work with "int port_number;" but not "int portNumber;"

Original issue reported on code.google.com by a...@snowycloud.com on 28 Oct 2014 at 2:58

GoogleCodeExporter commented 9 years ago
It seems that

int portX;

also causes this issue, where X can be anything alphabetic.

It is a side-effect of the development of ports in Umple. It should go away in 
due time. Thanks for reporting.

Original comment by TimothyCLethbridge on 30 Oct 2014 at 5:56