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 128711 - adding jars to java sources classpath should trigger their parsing - currently restart of ide needed
Summary: adding jars to java sources classpath should trigger their parsing - currentl...
Status: RESOLVED DUPLICATE of bug 113953
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-28 15:40 UTC by Tomas Danek
Modified: 2008-02-28 22:27 UTC (History)
1 user (show)

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 Tomas Danek 2008-02-28 15:40:54 UTC
Product Version: NetBeans IDE Dev (Build 200802251204)
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)
Userdir: /tmp/ud
-------------------------
- download jreechart
- create new freeform project, add "sources" folder to source root
- do not set any jar for java sources classpath
- sources are badged with errors, package org.jfree.ui is missing
- go to project customizer,  add jcommon-1.0.12.jar and servlet.jar to java sources classpath
- error badging is still present
- restart ide
- error badging disappeared
Comment 1 Milos Kleint 2008-02-28 17:10:46 UTC
tzezula: this issues sounds like a duplicate of 2 maven related issues #126259, #128326, but this time in freeform.
Comment 2 Tomas Zezula 2008-02-28 21:30:26 UTC
The #128326 is something different - it's about source path.
The #126259 seems very similar to this - may be a duplicate.
Comment 3 Jan Lahoda 2008-02-28 22:27:37 UTC
I did some experiments, and it seems that issue #113953 is the root cause - a new classpath is created instead of
updating the existing classpath.

*** This issue has been marked as a duplicate of 113953 ***