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 191656 - Eliminate passing of sourceRoots as test roots in javacard.project
Summary: Eliminate passing of sourceRoots as test roots in javacard.project
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on: 162270
Blocks:
  Show dependency tree
 
Reported: 2010-11-05 05:03 UTC by _ tboudreau
Modified: 2012-04-25 10:00 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 _ tboudreau 2010-11-05 05:03:22 UTC
See issue 162270 - because nulls could not be accepted as test roots in projects that did not support unit testing (Javacard projects do not - no idea if the emulator even could support it as-is), I had to pass the source roots for the project twice when constructing JavacardProject's Lookup contents (IIRC, to construct a Sources object).

Now that issue 162270 is fixed, this should be corrected - I could imagine this having side effects at some point, although it happens to work for now.
Comment 1 _ tboudreau 2011-05-26 01:59:45 UTC
Reassigning a bunch of bugs still assigned to me - I haven't worked for Oracle in almost a year.
Comment 2 _ tboudreau 2011-05-26 02:45:00 UTC
Uy... I *am* the default assignee for javacard...
Comment 3 J Bachorik 2012-04-24 09:21:15 UTC
fixed in http://hg.netbeans.org/profiler-main/rev/51180bf7e443
Comment 4 Quality Engineering 2012-04-25 10:00:11 UTC
Integrated into 'main-golden', will be available in build *201204250400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/51180bf7e443
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #191656: Eliminate passing of sourceRoots as test roots in javacard.project