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 - Provide support for new features of JDK 1.5 when its Beta is released
Summary: Provide support for new features of JDK 1.5 when its Beta is released
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Ondrej Rypacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-21 10:41 UTC by mvinar
Modified: 2004-09-02 09:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.