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 180621 - Code completion does not work correctly post v6.5.1
Summary: Code completion does not work correctly post v6.5.1
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2010-02-11 09:31 UTC by adlepoo
Modified: 2010-02-11 09:41 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 adlepoo 2010-02-11 09:31:51 UTC
The free form project we have been using since v6.0 ha worked fine until we tried 6.7 and 6.8.

For some reason several classes are not recognized by code completion, even though when opened in 6.5.1 everything is found.

We are stuck on 6.5.1 since this makes the IDE unusable.
Comment 1 Tomas Zezula 2010-02-11 09:41:16 UTC
Mostly caused by wrong project set up, the NB < 6.7 allowed some illegal settings (sources on classpath, etc) which are against java compiler and is no more supported.
Please take a look at http://wiki.netbeans.org/FaqScanningAndIndexingPerformanceHints section "Configure you freeform projects correctly" or attach the nbproject folder I will take a look.