AtomLinter / linter-javac

Lint Java on save, with javac
https://atom.io/packages/linter-javac
MIT License
23 stars 17 forks source link

Rewriting linter-javac in ES(6?) #76

Open florianb opened 8 years ago

florianb commented 8 years ago

I am currently working hard making bugs testable, ironing bumps out and enhance the use of classpaths in general.

It unfortunately seems to be a huge effort to make the linter-javac-plugin :smoking:-testable without touching the plugin itself. I currently don't want to add any untested functionality to prevent delivering a failure to our users.

Therefore i file this issue to collect ideas and feedback on the rewrite which will be accomplished with the "Release 2.0.0"-Milestone.

:santa: Wish List

Every wish will become a separate issue, to allow us the detailed discussion of concerns.

florianb commented 8 years ago

Proof the implementation of performance tests.

Arcanemagus commented 8 years ago

I recently put performance metrics into linter-jscs (implemented testing a bug and decided to put it in there for good). You can check out how I did that here as an inspiration.

florianb commented 8 years ago

Great idea - thanks @Arcanemagus. I guess i'll implement something similar.

Justsnoopy30 commented 4 years ago

Is this project abandoned or forgotten about? Nothing has progressed for 4 years.

florianb commented 4 years ago

No. I don't use Atom anymore and i don't program Java currently. So i felt no pressure about it. Feel free to contribute.