Main Menu
Login
SSL SecureMode
Username:
Password:  
Lost Password?
Register now!
ChangeVision Members Map
Search
Forum Index   -   Topic Index
   Light topic
     community and bug reporting

Flat Previous Topic | Next Topic
Poster Thread
-keesj-
Posted on: 2011/10/26 3:10
Just popping in
Joined: 2006/10/1
From:
Posts: 4
community and bug reporting
Here I am a user of what once was called jude. I have bought the professional version just about more then a year ago and am now trying to file a bug but I am not allowed because my "support" period has ended. everybody should be allowed to file bugs it is in the interest of everybody.

anyway the astah 6.5 java code import fails on the following:

package bug;
class  ParseEnum {
        public enum MyEnum {
                MY_A  ((byte) 0x00),
                MY_B  ((byte) 0x01),
                MY_C  ((byte) 0x02);
                MyEnum(byte value){
                };
        }
}


See
http://box.mmapps.net/~keesj/astah/astahbug.html

Greetings
Flat Previous Topic | Next Topic

Subject Poster Date
 » community and bug reporting -keesj- 2011/10/26 3:10
     Re: community and bug reporting Joba 2011/10/27 7:35
       Re: community and bug reporting -keesj- 2011/10/31 5:35
         Re: community and bug reporting Joba 2011/11/2 6:11
           Re: community and bug reporting webmaster 2011/12/20 14:29