If a file does not have an associated project in the workspace the analysis fails. This is the case when dragging a file onto Eclipse from outside of the workspace. The stack is:

Internal error evaluating editor-analyze (InterpreterException; see error log)
rewriting failed, trace:
editor_analyze_0_0
editor_analyze_0_0
analysis_single_default_interface_0_0
analysis_single_default_3_1
analysis_message_update_partitions_queue_0_2

Neither syntactic nor semantic errors are reported. No analysis failed messages is given either (might be good).

While it may be hard to provide meaningful semantic errors without a project for a language with imports or cross-file references, syntactic errors can always be presented.

Submitted by Vlad Vergu on 27 August 2013 at 19:06

On 27 August 2013 at 19:15 Vlad Vergu removed tag error

On 27 August 2013 at 19:15 Vlad Vergu tagged improvement

On 27 August 2013 at 19:15 Vlad Vergu tagged minor

On 27 August 2013 at 19:15 Vlad Vergu commented:

This appears to be an unhandled case in the JDT as well.

Log in to post comments