IntelliJ Idea无法在超类和接口中解析相同的方法

时间:2018-03-06 04:56:05

标签: java intellij-idea

这里我正在阅读spring-security-oauth2源代码,发现AuthorizationServerSecurityConfigurer中存在编译错误。 下面是捕获这样的错误: error hint 这是错误提供Ambiguous method call: both AbstractConfiguredSecurityBuilder.getConfigurer(..) and HttpSecurityBuilder matches

但我知道抽象类可以实现其超类和Java中的接口都存在的方法。但是想法不知道,我怎样才能删除这样的错误提示(对这种红色的迷恋)。

最后,这是Idea关于类AuthorizationServerSecurityConfigurer生成的层次结构: hierarchy

0 个答案:

没有答案