Bug 24189

Summary: need a way to verify that a string can be a type name
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2002-09-27 11:47:28 EDT
JavaConventions.validateJavaTypeName is not enough because it
says that 'int' is not ok
but, in my case, 'int' should be fine
Comment 1 Philipe Mulet CLA 2002-09-30 04:53:31 EDT
This API is only to be used for validating names of type declarations. Base 
types are well-known and you can special case them in a helper.

Ok to close?
Comment 2 Adam Kiezun CLA 2002-09-30 05:11:40 EDT
it's a workaround :)
but ok to close
Comment 3 Philipe Mulet CLA 2002-09-30 05:17:47 EDT
Closing