eclipse-null-eea-augments icon indicating copy to clipboard operation
eclipse-null-eea-augments copied to clipboard

Eclipse External null Annotations (EEA) repository

Results 18 eclipse-null-eea-augments issues
Sort by recently updated
recently updated
newest added

I could not get the tycho compiler version to work at all. This is for others but this works for me: ```xml eclipse org.apache.maven.plugins maven-compiler-plugin eclipse ${parent.root}/etc/eea/prefs/org.eclipse.jdt.core.prefs CLASSPATH ${parent.root}/etc/eea true...

While working on https://github.com/lastnpe/eclipse-null-eea-augments/issues/10 and merging some EEA java.* from an existing project (tracecompass) with some EEA I had already created in this project before, I realized that diff &...

help wanted

Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 4.3.17.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-beans's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...

dependencies

I try to use Java 17 for everything nowadays but unfortunately this project fails to build with it: ``` ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.lastnpe.eea.test.SelfTest [FAIL] java/time/ZonedDateTime.eea:...

Signed-off-by: sebthom

I come here on a regular basis every few months, to see if I can integrate that into some projects. But so far I always failed (I gave up pretty...

Have we considered to move this project under eclipse project umbrella ? Having it under eclipse and available to be included as part of Eclipse update site will also make...

Please update the site url to https in all documentation.

The file has it as: getProperty (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; (L1java/lang/String;L1java/lang/String;)L1java/lang/String; which specifies that the 2nd parameter and return value must be NonNull. Looking at the code, they both can be null.

E.g. `Map.computeIfAbsent(K key, Function