Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] NPE on Eclipse JDT Core

Hey! 

I work on Roaster - a Java parser using JDT [1] and I found a NPE bug preventing me from parsing JDK 14 Records (when enabling the preview features).

I have provided the fix in [2] but I am not sure if that repository is just a mirror or is the official repository (the link in [3] only states to ping the mailing list).


Best Regards,

George Gastaldi


[1] - https://github.com/forge/roaster
[2] - https://github.com/eclipse/eclipse.jdt.core/pull/60
[3] - https://www.eclipse.org/jdt/core/index.php#DEV

Back to the top