eclipse 3.4 (ganymede) package collision with type

Posted by Monis Iqbal on Stack Overflow See other posts from Stack Overflow or by Monis Iqbal
Published on 2010-04-20T10:38:51Z Indexed on 2010/04/20 10:53 UTC
Read the original article Hit count: 458

We have a package that ends with exception e.g.

package a.b.c.exception;

Our code base had no issues up till eclipse 3.3, however when we shifted to eclipse 3.4, it started giving errors related to this package:

"The package a.b.c.exception collides with a type"

When I refactor the package name to a.b.c.exceptions, there are no issues. Is this due to a bug in eclipse 3.4 or is there some setting to rectify this behavior?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse-ganymede