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 186928 - Validate that deprecated CarImpl can be removed
Summary: Validate that deprecated CarImpl can be removed
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 7.0
Hardware: PC All
: P1 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-29 03:01 UTC by mvfranz
Modified: 2012-11-19 14:19 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mvfranz 2010-05-29 03:01:58 UTC
org.netbeans.modules.j2ee.clientproject.AppClientProject has comments that CarImpl can be removed in the next release.  Is this true?  How many release has this been valid for?
Comment 1 David Konecny 2010-05-30 22:48:42 UTC
hg annotate can hep you find out who and when modified that line last. This bug applies to all project types which contain similar code.
Comment 2 mvfranz 2010-05-31 01:31:53 UTC
Looks like the code was added for 6.8, July 2009.