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 179753 - [Big Project] Editor shows errors even the project build successful
Summary: [Big Project] Editor shows errors even the project build successful
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-21 08:02 UTC by Alexandr Scherbatiy
Modified: 2010-03-29 12:49 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 Alexandr Scherbatiy 2010-01-21 08:02:57 UTC
NetBeans-JavaFX-Soma:  #122

I downloaded the JavaFX Runtime, opened the javafx-ui-common project
and build it.

There are no errors.

I opened the javafx.scene.shape.Shape class.
The editor shows errors even the project build was successful.

For example: 
 cannot find symbol Color

Note that the class javafx.scene.paint.Color is defined in the same project.

Also there is warning on the Color class import:
Unused import statement javafx.scene.paint.Color
----------------------------------------------
import javafx.scene.paint.Color;
----------------------------------------------
Comment 1 Anton Chechel 2010-02-02 03:26:42 UTC
Jardo, was it fixed already?
Comment 2 J Bachorik 2010-02-09 08:41:33 UTC
This seems to have been fixed along the way - probably some changes in javafx platform.
Comment 3 Alexandr Scherbatiy 2010-03-29 12:49:02 UTC
verified in NetBeans-JavaFX-Soma: #200