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 35557

Summary: Provide support for new features of JDK 1.5 when its Beta is released
Product: ide Reporter: mvinar <mvinar>
Component: CodeAssignee: Ondrej Rypacek <rypacek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description mvinar 2003-08-21 10:41:08 UTC
User problem:
-----------------------------------
The IDE does not work with new JDK 1.5 features -
e.g. generics.

User need:
-----------------------------------
The user wants to try new features of JDK 1.5 when
its Beta is released.

Product requirement:
-----------------------------------
The basic IDE operations need not fail when the
user uses JDK 1.5 beta for development with the
new language constructs. Things like syntax
coloring, code completion, background error
detection, parsing need to be prepared for the
language changes.
Comment 1 Jesse Glick 2004-07-24 19:34:23 UTC
Already done.