Windows Idea 点击查看源码总是提示"Do you want to decompile this class? To avoid this message, uncheck the "

文章目录

背景

Windows Idea 点击查看源码总是提示"Do you want to decompile this class? To avoid this message, uncheck the "
如图,假如我想看HttpServletRequest的getRequestURI()的方法,总是弹出如上的弹窗。

英文翻译:
要对这个类进行反编译吗?
要避免此消息,请取消对配置中相应选项的检查。

可是我找不到哪里进行了配置,在网路上查找了好久也没有查找到答案,也求助了很多的群,最后还是靠自己找到了问题所在。

解决

Windows Idea 点击查看源码总是提示"Do you want to decompile this class? To avoid this message, uncheck the "
没错,他说取消相应的选项,终于知道是哪个相应的了 是这个Jad的插件的问题,那么在plugin中去掉就好了。
Windows Idea 点击查看源码总是提示"Do you want to decompile this class? To avoid this message, uncheck the "