class never used 从未使用过的类 出现下划线
ctrl+alt+s
setting ---editor-inspections--unused declaration
method is never used 接口提示报错信息
Typo: In word 拼写检查
xml 中No data sources configured 和 SQL dialect detection
xml背景色去掉
下面是转载的
-
<statement> or DELIMITER expected, got 'id'
-
- 这个错误是发生在MyBatis的Mapper的XML文件的sql节点上,第一个字段是什么错误中最后一个单引号内部就是什么,解决方案,干掉方框中的
sql|
即可,点击这里查看问题答案来源:
- 这个错误是发生在MyBatis的Mapper的XML文件的sql节点上,第一个字段是什么错误中最后一个单引号内部就是什么,解决方案,干掉方框中的
-
Unable to resolve table '<table-name>'
-
解决方案:勾掉Unresolved refereence
-
-
Result type doesn't match for xxx
-
解决方案:勾掉Mapper Method inspection
-
-
'(', ':=', '=' or '[' expected, got 'id'
- 解决方案:去掉 where之前的
,
即可
- 解决方案:去掉 where之前的
-
Usage of API documented as @since 1.6+
-
解决:
-
-
Class '<class-name>' is never used
-
使用idea的时候发现很多多余的警告,可能是在Eclipse中习惯了吧,反而觉得Idea管的有点宽,一个类不用报警告,一个方法不用会报警告,但是我觉得这点Eclipse处理的还是比较得当的,public的可能是util中的,难不成现在删了?后面需要再加???
-
解决:
-
-
Variable '<var-name>' initializer 'null' is redundant
-
解决(光标放在null上,然后Alt+Enter就可以弹出提示):
-