rumble icon indicating copy to clipboard operation
rumble copied to clipboard

Configuration not available in Static Analysis phase from shell

Open mario-arduini opened this issue 5 years ago • 0 comments

By running Rumble on the shell locally, the static analysis has no access to the configuration. This is due to the fact that in Rumble.java > runQuery(String query) > VisitorHelpers.parseMainModuleFromQuery (line 46) we pass the default configuration instead of this.configuration.

mario-arduini avatar Oct 15 '20 14:10 mario-arduini