Was this running with the "--source 1.4" option? If not, it is being parsed as
1.3 code, in which case "assert (out != null)" simply looks like a method.
However, I'll try to add more meaningful output in the case of parse errors
for this type of case.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Aha, --source 1.4! It does seem to work, but it is not
documented in the doctorj man page! Please add an entry to
the man page explaining that this option exists and what
values are currently permitted.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=316860
Was this running with the "--source 1.4" option? If not, it is being parsed as
1.3 code, in which case "assert (out != null)" simply looks like a method.
However, I'll try to add more meaningful output in the case of parse errors
for this type of case.
Logged In: YES
user_id=257383
Aha, --source 1.4! It does seem to work, but it is not
documented in the doctorj man page! Please add an entry to
the man page explaining that this option exists and what
values are currently permitted.