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 132498 - Preview does not show compilation errors
Summary: Preview does not show compilation errors
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Oleg Barbashov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-10 11:18 UTC by Alexandr Scherbatiy
Modified: 2011-10-19 12:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-04-10 11:18:16 UTC
Steps to reproduce:

- Create an JavaFX Script file:
----------------------------------------- 
import javafx.ui.*;

Label{ text: "Hello!"}
----------------------------------------- 
- Enable Preview
 'Hello' text appears in the preview
- Make code uncompilable

----------------------------------------- 
import javafx.ui.*;
ssss
Label{ text: "Hello!"}  
----------------------------------------- 

  The Preview still shows old text and does not show compilation errors
Comment 1 Andrey Yamkovoy 2008-04-15 13:01:31 UTC
This is not a bug.
Now in case of broken code preview panel is empty.
Comment 2 Oleg Barbashov 2008-04-15 22:10:13 UTC
Fixed.
Comment 3 Alexandr Scherbatiy 2008-04-16 10:19:55 UTC
verified
Comment 4 David Strupl 2011-10-19 12:02:18 UTC
Cleaning bugzilla categories ....