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 225887 - [73cat] Usages of Interface.super.method() for default methods are marked as errors @ jdk8lambda
Summary: [73cat] Usages of Interface.super.method() for default methods are marked as ...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 12:16 UTC by misterm
Modified: 2013-02-14 12:34 UTC (History)
3 users (show)

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 misterm 2013-02-08 12:16:59 UTC
Steps to reproduce:

- Checkout threeten sources ( http://hg.openjdk.java.net/threeten/threeten/jdk/ );
- Open java.time.YearMonth;

Usages of Temporal.super.<method> are marked as errors, saying no enclosing instance of type Temporal is in scope, but it compiles with no errors.

Product Version = NetBeans IDE Dev (Build jdk8lambda-1641-on-20130208)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0-ea
Runtime = OpenJDK 64-Bit Server VM 25.0-b15
Comment 1 Jan Lahoda 2013-02-11 13:32:01 UTC
This should fix that:
http://hg.netbeans.org/jet-main/rev/eab726b842b1
Comment 2 Quality Engineering 2013-02-13 12:24:04 UTC
Integrated into 'main-golden', will be available in build *201302130937* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bc21dd82c156
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #225887: calling a super interface' method via "<interface>.super" is fine.