Philippe Arteau

Results 157 comments of Philippe Arteau

It could be hypothetically that some regex are too heavy on some large javascript files. 🤔 If you have some sample or public websites to reproduce the issue, let me...

@frohoff Are you actively working on the option 2? I would try using classloader isolation to support conflicting librairies. Also, I would suggest doing a multi-module project with Gradle to...

@frohoff Quick response to the Gradle interrogation. The use of Gradle of would be analog to a Maven project for submodule. I would push Gradle because it would make build...

Hi This is the workflow: https://github.com/h3xstream/sarif-samples/actions/workflows/upload-me.yml

@onqtam is probably refering to hardcoded path that refer to unix specific `/tmp` folder. ## Stacktrace ``` C:/Ruby24-x64/lib/ruby/2.4.0/logger.rb:752:in `initialize': No such file or directory @ rb_sysopen - /tmp/github-changelog-logger.log (Errno::ENOENT) from...

Location of the bug : https://github.com/skywinder/github-changelog-generator/blob/1dc33e3005ef682ce9be459196c9c51a2c17c24e/lib/github_changelog_generator/parser.rb#L221-L224

At the moment, Groovy and Kotlin are not supported. https://github.com/spotbugs/sonar-findbugs/blob/master/src/main/java/org/sonar/plugins/findbugs/FindbugsPlugin.java#L38

The smoke test is not running @VinodAnandan ``` Digest: sha256:bf99084b436f41616aac766593d7fbe6852a689965cfee801e8fe9cae24445a9 Status: Downloaded newer image for sonarqube:7.9-community ---> a84a2ad61bb7 Step 2/4 : ENV SONAR_JAVA_VERSION=5.13.1.18282 ---> Running in 4dc5d2757b18 Removing intermediate container...

There is a fix in progress : https://github.com/spotbugs/spotbugs/pull/591

I did not do any advanced analysis.. Here is the code loading the plugin. I don't see any state kept in this class which could keep a reference to the...