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 112075 - ResourcePropertyEditor: Not matching instance names of created resources
Summary: ResourcePropertyEditor: Not matching instance names of created resources
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks: 106280
  Show dependency tree
 
Reported: 2007-08-06 15:57 UTC by David Kaspar
Modified: 2007-11-23 12: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 David Kaspar 2007-08-06 15:57:28 UTC
Resources created within custom property editor have names like:
ticker1 ticker2 ... (or they even start with ticker2 ticker3 ... as it looks like they persist the order number from
previous custom property editor editing).

The problem is that the tickers are created in a document but their names are: ticker, ticker1, ...
Solution: Use InstanceNameResolver.createFromSuggested method.
Comment 1 Anton Chechel 2007-08-26 14:57:20 UTC
fixed
Comment 2 Fabiola Rios 2007-11-23 12:03:24 UTC
Verified in RC2