Menu

Trouble reverse engineering Java

2018-01-05
2018-01-05
  • Benny Jensen

    Benny Jensen - 2018-01-05

    I tried to reverse engineer som java and it failed on this particular row.

    protected String doInBackground(String... args) {

    That on WhitteStarUml v 5.9.0.0 and the error message is as follow:

    [10:07:50] Starting Java reverse engineering. (1 files)
    [10:07:50] Syntax error ( C:*.java )
    Description : Unrecoverable Parse Error
    Location : 150Line 47Column
    [10:07:56] Java reverse engineering has been completed successfully.

    //ToyShot

     
  • Janusz Szpilewski

    Java is supported up to version is 1.5 so try rather constructs like String[].

     

Anonymous
Anonymous

Add attachments
Cancel