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 101596 - import of a SVG component is in more times
Summary: import of a SVG component is in more times
Status: VERIFIED DUPLICATE of bug 98093
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Kaspar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 15:08 UTC by Lukas Hasik
Modified: 2007-04-18 18:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
a sample project (18.58 KB, application/x-compressed)
2007-04-18 15:09 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2007-04-18 15:08:45 UTC
070417

-have a project on a platform without JSR226 (e.g. WTK 2.2)
-have a visual midlet
-d'n'd some svg components to this midlet
-go to source
->the imports are there more times
e.g. 
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import org.netbeans.microedition.svg.SVGMenu;
import org.netbeans.microedition.svg.SVGMenu;
Comment 1 Lukas Hasik 2007-04-18 15:09:20 UTC
Created attachment 41171 [details]
a sample project
Comment 2 David Kaspar 2007-04-18 15:59:28 UTC

*** This issue has been marked as a duplicate of 98093 ***
Comment 3 Lukas Hasik 2007-04-18 18:22:30 UTC
if you are going to fix it together with 98093 I can agree with duplicate.