Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [technology-pmc] A CQ #23313 needs an attention from a PMC

Wayne,

Thank you for approving the CQ!

On Dash License Tool... No, didn't tried it on Eclipse m2e yet, but running a version of DLT built from the master branch on old (not for the latest master branch, so it might not reproducible on the latest version) package_lock.json generated while building WildWebDeveloper Node module dependencies still gives me an NPE like this:

```
$ java -jar org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar package-lock.json
Exception in thread "main" java.lang.NullPointerException
    at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:176)
    at java.base/java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1632)
    at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.lambda$initPartialTraversalState$0(StreamSpliterators.java:294)
    at java.base/java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.fillBuffer(StreamSpliterators.java:206)
    at java.base/java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.doAdvance(StreamSpliterators.java:169)
    at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.tryAdvance(StreamSpliterators.java:300)
    at java.base/java.util.Spliterators$1Adapter.hasNext(Spliterators.java:681)
    at org.eclipse.dash.licenses.util.Batchifier.batchify(Batchifier.java:71)
    at org.eclipse.dash.licenses.LicenseChecker.getLicenseData(LicenseChecker.java:53)
    at org.eclipse.dash.licenses.cli.Main.lambda$main$2(Main.java:96)
    at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
    at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
    at org.eclipse.dash.licenses.cli.Main.main(Main.java:83)
```

Not the same as I described in https://github.com/eclipse/dash-licenses/issues/41 but still very similar.

Best regards,
Victor

 

On 5/18/21 4:44 PM, Wayne Beaton wrote:
I've approved it. Thanks for the heads up.

Have you had a chance to try the Dash License Tool on Eclipse m2e?

Wayne

On Tue, May 18, 2021 at 4:32 AM Victor V. Rubezhny <vrubezhn@xxxxxxxxxx> wrote:
Hello,

A CQ #23313 "Embed and use Maven 3.8.1" needs an attention from a PMC
Member. Wayne, Gunnar could you please take a look?

https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23313

Thanks in advance,

Victor Rubezhny

_______________________________________________
technology-pmc mailing list
technology-pmc@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/technology-pmc


--

Wayne Beaton

Director of Open Source Projects | Eclipse Foundation



Back to the top