Community
Participate
Working Groups
Hover over any reference of a public string field of org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring class. => The hover says - "The properties file could not be detected", which is not right.
Ha! NLSRefactoring has a field called BUNDLE_NAME, and for finding the accessor class we look for hard-coded fields bundle name String field names - "BUNDLE_NAME", "RESOURCE_BUNDLE", "bundleName" (see NLSHintHelper line 315) I suppose the only thing that can be done is to rename NLSRefactoring.BUNDLE_NAME e.g. to NLSRefactoring.BUNDLE_NAME_FIELD
Mixed in master: de2edee12b0bcf250a1bd184bd7daaf6e13e0172
Verified in I20111025-1800.