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 84208 - completion list doesn't contain local vars on edit
Summary: completion list doesn't contain local vars on edit
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 5.x
Hardware: Sun All
: P1 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 11:55 UTC by Vladimir Voskresensky
Modified: 2008-03-13 19: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 Vladimir Voskresensky 2006-09-05 11:55:57 UTC
Test case is:
void foo(){
  int aa;
}
Insert line after "int aa;"
Type "int bb;" and enter.
Codecompition doesn't include local variable bb in list.
Comment 1 Alexander Simon 2006-09-07 15:11:48 UTC
fixed by invalidating APT on file changed

CVS log:
Checking in FileBufferDoc.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/platform/FileBufferDoc.java,v
 <--  FileBufferDoc.java
new revision: 1.2.2.2; previous revision: 1.2.2.1
done
Comment 2 dnikitin 2008-03-13 19:08:27 UTC
Verified in NetBeans IDE Dev (Build 200803130007)