Class with implicit default constructor
Author: LGTM
import javascript
from ClassDefinition c
where c.getConstructor().isSynthetic()
select cDescription
Finds classes that do not declare an explicit constructor
import javascript
from ClassDefinition c
where c.getConstructor().isSynthetic()
select cFinds classes that do not declare an explicit constructor