Julien HENRY
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 6
-
-
-
Julien HENRY 创建了一个帖子, Saving a file no more trigger local inspection in Intellij 15
Hi guys,The SonarLint inspection currently works only at filesystem level (ie reading java.io.File). Thats why In the inspection we are checking status of the document (does it contains unsaved cha... -
Julien HENRY 进行了评论, -
-
-
-
Julien HENRY 创建了一个帖子, How to highlight problems created by a GlobalInspectionTool
Hi,I have written a GlobalInspectionTool that run a SonarQube analysis and create ProblemDescriptor for each SonarQube issue. When creating the ProblemDescriptor the only possibility is to customiz... -
Julien HENRY 进行了评论, -
Julien HENRY 创建了一个帖子, Using PasswordStorage from a plugin
Hi,My plugin requires that user defines some passwords and I want to store them in the secure storage. I managed to do it using PasswordStorage API but I just discovered that this class is not part...