我们有一个以例外结束的包
package a.b.c.exception;
Run Code Online (Sandbox Code Playgroud)
我们的代码库在eclipse 3.3之前没有任何问题,但是当我们转移到eclipse 3.4时,它开始给出与此包相关的错误:
"The package a.b.c.exception collides with a type"
Run Code Online (Sandbox Code Playgroud)
当我将包名重构为abcexceptions时,没有问题.这是由于eclipse 3.4中的错误还是有一些设置来纠正这种行为?