Menu

#143 Error on import statements

open
edt-eclipse (7)
7
2012-06-04
2012-04-05
No

Using plugin build from 120405, loaded from http://echarts.sourceforge.net/eclipse/test/

The editor flags every import statement with an error. For example:

import java.util.Properties;

is flagged with error

mismatched input 'java' expecting '?'

Discussion

  • Philip Isenhour

    Philip Isenhour - 2012-06-04

    Fixed in r2391. Support for validating non-wildcard imports was added in r2417. I'm leaving this bug open until we determine whether or not it will be possible to validate wildcard import statements. (Wildcard import statements work correctly, but attempts to import invalid packages are not currently flagged as errors.)

     
  • Philip Isenhour

    Philip Isenhour - 2012-06-04
    • assigned_to: stephen4ech --> plisenhour
     

Log in to post a comment.