Menu

#5 grave decompile errors (code errors)

1.1
open
5
2006-10-07
2006-10-07
robertg2
No

Hi!
after viewing the created code for the attached applet
I had a good impression, but I was disappointed when I
compiled.
There are basic faults like missing ";".
There is mismatching and missing brackets
there is a wrong escaped character
You will see.

Best regards,
Robert

Discussion

  • robertg2

    robertg2 - 2006-10-07
     
  • Swaroop Belur

    Swaroop Belur - 2006-10-07

    Logged In: YES
    user_id=1388728

    Hi

    Thanks for identifying the issues. As you are aware
    jdec is still in beta phase. I agree that there are some
    issues with jdec right now.

    Actually 1.1 was a marked improvement over previous verion
    (1.0.1 version)

    A lot of bugs have been idebtified after testing 1.1
    release. I have also seen that in some cases ';' is missing
    and there is the missing bracker '}' issue.

    I am working on these.

    I would request you to use jdec and report
    any bugs however minor they are. I appreciate
    your time for having done this.

    As you can see from the jdec updates link
    quite a few bugs have already been fixed for 1.2 release

    I requestyou to be patient in using jdec.

    Thanks
    jdec admin
    belurs

     
  • robertg2

    robertg2 - 2006-10-07

    Logged In: YES
    user_id=1421043

    I wanted to tell you another error since it isn't detected
    at compiling.
    jdec exchanges the parameters of a division:

    int hours=(int)((3600L/pSeconds));
    int minutes=(int)((60L/pSeconds));

    Regards, Robert

    Oh - you already replied.
    Still in beta - sure, that's what I thought after using.
    I sugest that you reflect this in the version number.
    Other developers use 0.9x e. g.
    Sure, I don't expect a perfect tool, don't worry.
    (Otherwise I should pay for a commercial product.)

     
  • Swaroop Belur

    Swaroop Belur - 2006-10-07

    Logged In: YES
    user_id=1388728

    This bug has been identified and is part of the list of bugs
    Will be fixed for the next release.

    I guess now i will have to see what the release number
    should bE...depending on the bug status at the time of
    release.

    -PROJECT ADMIN

     
  • Swaroop Belur

    Swaroop Belur - 2007-03-23

    Logged In: YES
    user_id=1388728
    Originator: NO

    Updates :(WRT next version 1.2)

    Improvement in decompiled output. But..

    1> there is a formatting issue in 1.2 w.r.t arrays and one method of this class
    is not formnatted properly towards the end. This will be stated as a known
    UI issue for 1.2.

    2> ALmost covererd all escape characters [ i think only backslash is not covered
    for 1.2 ..i think of doing it later and maybe checking into version control
    sometime later for \\ ]

    3> Still some missing brackets.

    I will keep this issue open. Am sure some of bugs wud have been covered. But not all
    have been.Division order seems fine. Hopefully 1.3 will cover or some other earlier
    release if i have time.

    Thanks
    Swaroop Belur

     
  • Swaroop Belur

    Swaroop Belur - 2007-03-23

    jdec decompiled output

     
  • Swaroop Belur

    Swaroop Belur - 2007-03-23

    Logged In: YES
    user_id=1388728
    Originator: NO

    Attached the decompiled file got from jdec code[ soon to be 1.2]

    File Added: CounterApplet.jdec

     

Log in to post a comment.