What I want to do:
Abstract syntax tree (AST) generation with Sonar for a java class.
Why?
I want to see how an AST looks like when its generated through sonar. I’m writing a blogpost on how Sonar works.
What I did so far
I created a project where I can configure and use the sonar toolkit. And hopefully, somehow use that to generate an AST. However, I cannot find the ConfigurationModel for java anywhere.
Why is this code not public?
Does anyone have any tips to help me further?