alibaba / p3c

Alibaba Java Coding Guidelines pmd implements and IDE plugin
https://github.com/alibaba/p3c/wiki
Apache License 2.0
30.28k stars 8.05k forks source link

实时检测功能开启后不生效 #997

Closed HauZeeLi closed 2 months ago

HauZeeLi commented 2 months ago

Describe the bug 实时检测功能开启后不生效

To Reproduce Steps to reproduce the behavior:

  1. 在项目上右键打开实时检测功能
  2. 在代码中写了一个不含大括号的if
  3. 并没有看到相关提示

Expected behavior 写了不符合规范的代码后应该有相应的提示信息.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

HauZeeLi commented 2 months ago

修改重发