Hello community!
At the global summit in Phoenix, we (Lite Solutions) will be presenting a tool performing static code analysis on ObjectScript source files. You can see it in action at this URL:
Technically, the tool is a language plugin over SonarQube (http://sonarqube.org) and consists of three main parts:
- parsing the language,
- collecting metrics,
- collecting issues.
The third point is where we kindly request for feedback.
Explanation: issues are the result of rules being triggered by inspecting the source files.



