This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 68983 - Strange naming when creating new Wizard component
Summary: Strange naming when creating new Wizard component
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-18 23:28 UTC by Petr Suchomel
Modified: 2009-11-02 11:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Suchomel 2005-11-18 23:28:21 UTC
-rw-rw-r--  1 suchys suchys  182 Nov 18 15:24 sVG.html
-rw-rw-r--  1 suchys suchys  209 Nov 18 15:24 SVGVisualPanel1.form
-rw-rw-r--  1 suchys suchys  869 Nov 18 15:24 SVGVisualPanel1.java
-rw-rw-r--  1 suchys suchys  209 Nov 18 15:24 SVGVisualPanel2.form
-rw-rw-r--  1 suchys suchys  869 Nov 18 15:24 SVGVisualPanel2.java
-rw-rw-r--  1 suchys suchys 5443 Nov 18 15:24 SVGWizardIterator.java
-rw-rw-r--  1 suchys suchys 2703 Nov 18 15:24 SVGWizardPanel1.java
-rw-rw-r--  1 suchys suchys 2703 Nov 18 15:24 SVGWizardPanel2.java
Note the html file -> first letter should in capital IMHO.
Comment 1 Martin Krauskopf 2005-11-21 14:07:20 UTC
We decapitalizing first letter in html description which is ok for majority of
cases - class names. But in this case it's strange. We can either leave the name
as it is or do more heuristic like if the two first letters are upper case and
if yes leaving the first one as it is. Not sure if there are any conventions.
Comment 2 Jesse Glick 2005-12-05 20:17:20 UTC
I believe the heuristic you suggest is correct - check against JavaBeans spec, I
think they do the same.
Comment 3 Martin Krauskopf 2008-02-07 17:49:14 UTC
I'm not working on APISupport anymore. Reassigning to owner of the component, so
the issue is not 'forgotten' forever.
Comment 4 rmichalsky 2008-11-24 15:02:09 UTC
Not into 7.0 or next release. Feel free to reopen if more important than it seems.
Comment 5 Quality Engineering 2009-11-02 11:03:44 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX