I have a developer counterpart who uses Eclipse, which inserts annotations in various positions automatically in our JUnit tests. However, when I open the test in IDEA, the annotation is underlined red, and the annotation reads "@Override is not allowed when implementing interface method". I don't really care about the annotation. It won't let me build because of this, and I need that validation turned off in the IDE or project settings. I've unchecked every single checkbox under Project Settings > Errors for all IDE and project settings, and it still underlines red. I don't want to have to exclude every single annotation individually under the Messages tab. Help! Thanks!
相关问题
- How do I identify what code is generating “ '&
- Configure gradle plugin based on future tasks
- How to make available “open this project in Intell
- Modelica libraries use different MSL version
- IntelliJ 2017.1.2 GOLANG debug does not work on br
相关文章
- In IntelliJ IDEA, how can I create a key binding t
- Spring: controller inheritance using @Controller a
- IntelliJ IDEA can't open projects or add SDK o
- <link> onerror do not work in IE
- IntelliJ Subversion Authentication Required Dialog
- Could not find default endpoint element that refer
- Kotlin Koans with EduTools plugin: “Failed to laun
- How to set up Intellij to run javap command on a p
In the Project Structure | Project dialog, change the Project language Level to 6.0 - @Override in interfaces.