Jean-Noël Rouvignac

Results 63 comments of Jean-Noël Rouvignac

Functions allow to easily build Comparators with https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html#comparing-java.util.function.Function-

- String.chars() - StringJoiner and String.join() - Path.lines() - Path.walk() - Collection.removeIf() - Comparators. comparing().thenComparing() - New methods on List, Map, ConcurrentMap, etc. - AtomicLong.updateAndGet() - AtomicLong.accumulateAndGet()

Refactoring loops into collection pipelines: http://martinfowler.com/articles/refactoring-pipelines.html

Yes, I saw I made a mistake and corrected it quickly. Thanks for watching ;)

A very interesting use case would be to provide automatic comments in code reviews (or when browsing code). See Google's research paper "Tricorder: Building a Program Analysis Ecosystem". This can...

From Google's research paper "Tricorder: Building a Program Analysis Ecosystem": > There are other potential integration points for program analysis. Many IDEs include a variety of static analyses. However, most...

See https://wiki.eclipse.org/SWTBot/Automate_test_execution#Command-line for how to do it.

No idea really. cal101 is the one driving this on his own :)

Alas I cannot so easily. Feel free to work on it. I did not hear that anybody else is working on it

Brainstorming: - 2 ASTs + transformations from one to the other => not good for making an icon - Something like EclEmma: "one file icon with stylized code + bar...