Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] 20 year old bug ? :)

Cool, and sure this is a bug.

There is also a copy of this bug in org.eclipse.equinox.p2.internal.repository.comparator.java.TypeConstants (because it was copy/pasted).

On Friday 19 April 2024 08:14:19 AM (+02:00), Sankaran, Srikanth via jdt-dev wrote:

org.eclipse.jdt.internal.compiler.lookup.TypeConstants.JAVA_LANG_NOCLASSDEFERROR reads:

 

char[][] JAVA_LANG_NOCLASSDEFERROR = {JAVA, LANG, "NoClassDefError".toCharArray()}; //$NON-NLS-1$

 

I think it should be: “NoClassDefFoundError” A 20 years old bug!

 

Srikanth

-- 
Kind regards,
Andrey Loskutov

Спасение утопающих - дело рук самих утопающих

https://www.eclipse.org/user/aloskutov

Back to the top