Abex
Abex
### Please provide a brief summary of the bug We are seeing NullPointerExceptions thrown while trying to invoke a method on a local variable that is guaranteed to be non-null....
In my server it is often someone will mute+deafen to work without hearing idle chatter. It would be nice to be able to "Ping" a deafened user and still give...
`LexicalPreservingPrinter` can't print `PrimitiveType`s that it didn't also parse. `getOrCreateNodeText` eventually calls itself, so nothing ever fills in the `NodeText` that is allocated. ```java import com.github.javaparser.JavaParser; import com.github.javaparser.ParserConfiguration; import com.github.javaparser.ast.type.PrimitiveType;...