it happens when parsing the java src for example `module-info.java`. like following ```java module org.apache.commons.logging { requires org.slf4j; exports org.apache.commons.logging; } ``` need to use > Java9