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 151388 - "Assign to a new var" for nested classes
Summary: "Assign to a new var" for nested classes
Status: VERIFIED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-26 11:51 UTC by Tim Lebedkov
Modified: 2009-02-19 21:08 UTC (History)
0 users

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 Tim Lebedkov 2008-10-26 11:51:58 UTC
"Assign to a new var" from editor for the following expression
                new SuggestOracle.Response(sugg);
leads to:
        Response suggestOracle.Response =
                new SuggestOracle.Response(sugg);
Comment 1 Jan Lahoda 2008-10-27 15:40:17 UTC
I tried to reproduce on a recent trunk build, but was not successful. What build are you using? If 6.1, could you please
try a recent 6.5 build? If you can reproduce, could you please give me specific standalone reproducible test case? Thanks.
Comment 2 Jiri Prox 2008-12-09 16:25:41 UTC
Since requested additional information haven't been provided this issue was closed as INVALID. However, we still
consider your report important for next development. 
Therefore, please, if you experience this issue again feel free to reopen it and submit additional information as well. 

Thank you for your support. 
Comment 3 Tim Lebedkov 2009-01-26 13:00:26 UTC
cannot reproduce it anymore