jql icon indicating copy to clipboard operation
jql copied to clipboard

Java code analysis and linting with SQL

Results 2 jql issues
Sort by recently updated
recently updated
newest added

Seeing this example statment here: ``` sql SELECT i.NAME as name, COUNT(m.ID) as nbMethods FROM INTERFACE i, METHOD m WHERE m.TYPE_ID = i.ID GROUP BY i.ID HAVING COUNT(m.ID) > 20;...

This is very interesting; thanks for making it. Would it make sense to expose an API to get at the data? I would like to side-step SQL if possible.