airlift / airbase

Base POM for Airlift
Apache License 2.0
48 stars 87 forks source link

Allow using "extends" and "implements" in a Java comment #312

Closed findepi closed 2 years ago

findepi commented 2 years ago

For example a comment like below was previously flagged as invalid.

/**
 * A class that implements ...
electrum commented 2 years ago

Should we convert everything to RegexpSinglelineJava?

findepi commented 2 years ago

From logical standpoint -- yes. i don't know whether there are any performance implications of doing this.