Ellen Spertus

Results 8 issues of Ellen Spertus

My configuration file includes the example configuration for `ImportOrderChecker` (http://www.scalastyle.org/rules-dev.html#org_scalastyle_scalariform_ImportOrderChecker): ``` java,scala,others javax?\..+ scala\..+ .+ ``` Nonetheless, there were no warnings for a file with this order of imports: ```...

For this code: ``` import a.A import a.{B, C} ``` I get this warning: ``` ``` I used this configuration: ``` true ``` We do not use `BlockImportChecker` since my...

The `record` keyword, added in Java 14, is not supported. I would be willing to try adding it if you don't want to do it yourself.

enhancement

The link on [Contributing](https://javaparser.org/contributing.html) with anchor text "gitter channel" is 404. The correct URL (which is on a link at the bottom of the page) is "https://gitter.im/javaparser/javaparser".

Bug report

For cases when the first row is a header, it would be nice to be able to set the first row's color. I am envisioning having row color, when providing,...

enhancement
contribution welcome

I'm actively developing and evangelizing my autograder and have moved its repos into its own organization.

--- branch name: dev about: Makes work with released libraries and Windows environment related issue: n/a --- **Have relative unit tests been added?** No. (I think you mean "relevant".) **Were...

I don't know if you're still accepting PRs on this repo... branch name: espertus-patch-1 about: Removed duplicated section of README.md related issue: n/a Have relative unit tests been added? n/a...