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 256108 - Can not build Studio with Java 8
Summary: Can not build Studio with Java 8
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 14:57 UTC by Vladimir Kvashin
Modified: 2015-12-23 13:35 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 Vladimir Kvashin 2015-10-22 14:57:52 UTC
o.n.m.nativeexecution.support.ui.api.FileSelectorField
implements Completable,
which resides in a closed package.

Clients who use FileSelectorField can not be built with Java 8 - compilation fails with message "error: cannot access Completable"
Comment 1 Quality Engineering 2015-12-03 02:24:34 UTC
Integrated into 'main-silver', will be available in build *201512030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9ad37b51cab3
User: Ilia Gromov <ilia@netbeans.org>
Log: Fixed Bug #256108 - Can not build Studio with Java 8
(transplanted from b959e2070fa5d64702eb8da8285d5d2fa73721c2)