IDEA 告警:Library source does not match the bytecode for class

Posted JavaEdge.

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA 告警:Library source does not match the bytecode for class相关的知识,希望对你有一定的参考价值。


IDEA 没有问题,你的的依赖项或本地 Maven 缓存也没有问题,它可以正确识别不匹配。
以下是检查方法:

  • 打开有问题的类
  • 点击“show diff”
  • 选择“Ignore whitespaces and empty lines”

解决方案

由于使用lombok插件会造成编写的Java文件和编译后的class上有差别,所以IDEA打开时看到的是Maven打包时用的源码,而IDEA会自动匹配与.class反编译后的源代码,造成不匹配的提示。

解决方法可以说是没有的!忽略它吧!

以上是关于IDEA 告警:Library source does not match the bytecode for class的主要内容,如果未能解决你的问题,请参考以下文章

Library source does not match the bytecode for class 最佳解决方案

Library source does not match the bytecode for class 最佳解决方案

IDEA告警:Unnecessary unboxing ‘xxx.intValue()‘

IDEA告警:Unnecessary unboxing ‘xxx.intValue()‘

IDEA告警详解:Optional.isPresent can be replaced with functional-style expression

IDEA告警详解:Optional.isPresent can be replaced with functional-style expression