lastnpe / eclipse-null-eea-augments

Eclipse External null Annotations (EEA) repository
http://lastnpe.org
Eclipse Public License 2.0
41 stars 22 forks source link

add annotations for Stream #99

Closed J-N-K closed 4 years ago

J-N-K commented 4 years ago

Closes #98

Signed-off-by: Jan N. Klug jan.n.klug@rub.de

J-N-K commented 4 years ago

I allow myself to merge this, as I came independently to the excat same results as in #56.

davidmichaelkarr commented 4 years ago

Perhaps I'm just using this incorrectly, but after pulling these new changes, I still get a warning that this should have resolved. My original question about this is at https://stackoverflow.com/questions/64269997/cast-expression-to-nonnull-to-avoid-warning-in-eclipse#64277850 .

davidmichaelkarr commented 4 years ago

It's possible that this is now resolved. I changed from using javax.annotation to org.eclipse.jdt. I still have other related issues, but I'm not certain about them yet.