Bug 7878 - On Package creation: No warning for unconventional names
Summary: On Package creation: No warning for unconventional names
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-18 05:11 EST by Andre Weinand CLA
Modified: 2002-02-07 13:37 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Weinand CLA 2002-01-18 05:11:47 EST
In New Package Wizard: No Warning if package name starts with uppercase letter.

When renaming an existing package, there is a warning. And there are warnings 
for class creation/renaming and field renaming.
Comment 1 Martin Aeschlimann CLA 2002-01-18 07:03:55 EST
JavaConventions.validatePackageName is used...
Comment 2 Jerome Lanneluc CLA 2002-02-06 08:31:47 EST
JavaConventions.validatePackageName(String) now returns a warning if the first 
letter of a package is uppercase.