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 80630 - fully qualified names missing for MIDPCanvas
Summary: fully qualified names missing for MIDPCanvas
Status: CLOSED WORKSFORME
Alias: None
Product: javame
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jiri Prazak
URL:
Keywords: RANDOM
Depends on: 80712
Blocks: 77184
  Show dependency tree
 
Reported: 2006-07-19 15:57 UTC by Fabiola Rios
Modified: 2009-01-15 13:31 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 Fabiola Rios 2006-07-19 15:57:37 UTC
Two fully qualified names missing for MIDPCanvasTest in:

public void testpaint() {
        System.out.println("paint");
   -->  Graphics g = null;
        MIDPCanvas instance = new MIDPCanvas();
        instance.paint(g);

AND:


public void testcommandAction() {
        System.out.println("commandAction");
   -->  Command command = null;
Comment 1 Jiri Prazak 2006-07-20 12:58:30 UTC
I cannot reproduce this issue. Neither can Lukas. It could be caused by 80712.
Comment 2 Fabiola Rios 2007-04-27 09:38:00 UTC
verified 20070426 
agree
Comment 3 Ivan Sidorkin 2009-01-15 13:31:02 UTC
closing old issues