eclipse-archived / ceylon-ide-eclipse

Eclipse Plugin for Ceylon
http://ceylon-lang.org/documentation/ide
Eclipse Public License 1.0
59 stars 28 forks source link

IDE allows Java keyword for module/package name #1190

Open sgalles opened 10 years ago

sgalles commented 10 years ago

Create a module or package named static for instance. (then the IDE shows the created module or package with a directory icon in the Ceylon Explorer but it does not display a compilation error)

sgalles commented 10 years ago

An other example :

ceylon run: Could not find toplevel method 'static.run'.
gavinking commented 9 years ago

Related: #1097.