Julien HENRY
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 6
-
Created 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... -
Created 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... -
Created 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...