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 46312 - NPE in JavaDataobject blocks openide tests
Summary: NPE in JavaDataobject blocks openide tests
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-20 09:41 UTC by pzajac
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (2.64 KB, text/plain)
2004-07-20 09:42 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-07-20 09:41:37 UTC
[200407191800] 
Test Case:  	 testPackageManipulation
Test Suite: 
DataLoaderTests.DataObjectTest. Manipulation
Module Name: 	openide
Comment 1 pzajac 2004-07-20 09:42:17 UTC
Created attachment 16331 [details]
exception stacktrace
Comment 2 Jan Becicka 2004-07-22 09:25:37 UTC
I fixed NPE, but your tests supress initial scanning of classpath.
This is not good idea. qa-functional test should not use this mode.

Checking in JavaDataObject.java;
/cvs/java/src/org/netbeans/modules/java/JavaDataObject.java,v  <-- 
JavaDataObject.java
new revision: 1.186; previous revision: 1.185
done
Comment 3 pzajac 2004-08-10 10:19:56 UTC
v