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
Joba
Posted on: 2011/10/27 7:35
Developer
Joined: 2006/6/6
From:
Posts: 969
Re: community and bug reporting
Hello, thank you very much for your bug report with the video.

First of all, we apologize for the inconvenience regarding this error. We found out that [Import Java] fails if .java contains enum constants parameter in primitive type casted.

Solution in your case will be changing it without using cast as below and then import.
Quote:
MY_A(Byte.decode("0x00")),
MY_B(Byte.decode("0x01")),
MY_C(Byte.decode("0x02"));
instead of
Quote:
MY_A((byte) 0x00),
MY_B((byte) 0x01),
MY_C((byte) 0x02);

After your support expires, you won't be able to submit a support ticket using our form, however we are happy to accept any bug reports through this forum or e-mail anytime.

Thank you very much for your clear and detailed report again.

Satomi
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