我将一个项目导入eclipse并收到以下警告:
- 不支持的@SuppressWarnings(" CloneDoesntCallSuperClone")
- 不支持的@SuppressWarnings(" FieldCanBeLocal")
- 不支持的@SuppressWarnings(" ObjectAllocationInLoop")
- 不支持的@SuppressWarnings(" UnusedAssignment")
- 不支持的@SuppressWarnings(" UnusedParameters")
- 不支持的@SuppressWarnings(" UnusedReturnValue")
- 不支持的@SuppressWarnings(" WeakerAccess")
可以找到这些注释的示例here和here。我试过jdk 1.5-1.7,但没有变化。播种怎么摆脱那些?