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 144737

Summary: Compilation with JDK 6 Fails
Product: utilities Reporter: tomwheeler <tomwheeler>
Component: Jump ToAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description tomwheeler 2008-08-21 17:00:52 UTC
The compiler bug described in issue #128361 seems to also affect these two files from the NetBeans 6.5 beta IDE sources:

   org.netbeans.spi.jumpto.symbol.SymbolProvider, line ~213

   org.netbeans.modules.uihandler.Install, line ~ 1676

A minor edit (casting to a java.util.List) similar to that shown in patch 57582 in issue #128361 is the workaround
needed.  This does compile with JDK 5 as well.
Comment 1 Peter Pis 2008-08-22 07:04:49 UTC
Reassigning to "logger" for evaluation.
Comment 2 Jaroslav Tulach 2008-08-22 11:41:41 UTC
Fixed logger, passing to jumpto...

changeset:   97482:a3c9f97bd47c
tag:         tip
parent:      96952:85328bf63bd3
user:        Jaroslav Tulach <jtulach@netbeans.org>
date:        Fri Aug 22 12:39:20 2008 +0200
summary:     #144737: Allowing compilation with Java 1.6
Comment 3 Quality Engineering 2008-08-23 05:17:05 UTC
Integrated into 'main-golden', available in build *200808230201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/a3c9f97bd47c
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #144737: Allowing compilation with Java 1.6
Comment 4 Tomas Zezula 2008-08-25 12:58:46 UTC
http://hg.netbeans.org/main/rev/532bad2bed7a