Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Use SuffixConstants

I added a SuffixConstants interface in
org.eclipse.jdt.internal.compiler.util that contains constants for the
common file extensions we used across JDT/Core. I updated all hardcoded
references to ".java", ".class", ".jar", etc... to use these constants.

Please try to use these constants in the new code.

Thanks,
Jerome




Back to the top