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 144638 - Need way to compile with switches: -Xlint:deprecatio
Summary: Need way to compile with switches: -Xlint:deprecatio
Status: RESOLVED INVALID
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P4 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-20 20:30 UTC by Lark Fitzgerald
Modified: 2011-10-21 08:06 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 Lark Fitzgerald 2008-08-20 20:30:01 UTC
Tested using daily trunk build 181 on:
Product Version: NetBeans IDE Dev (Build 200805270004)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

Lots of api changes have occured recently.  One of which tells me:

Compiling 1 source file to C:\Users\Lark\Documents\NetBeansProjects\MyClockProject\build\classes
error: Cannot override CustomNode.impl_cachedBounds default initializer in impl_cachedBounds subclass.
Note: C:\Users\Lark\Documents\NetBeansProjects\MyClockProject\src\myclockproject\Clock.fx uses or overrides a 
deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
BUILD FAILED (total time: 1 second)

I would like to have an easier way of recompiling the class with the provided switch.
Comment 1 Adam Sotona 2009-01-06 15:18:09 UTC
decreasing priority
Comment 2 David Strupl 2011-10-19 12:04:30 UTC
Cleaning bugzilla categories ....
Comment 3 Anton Chechel 2011-10-21 08:06:33 UTC
JavaFX 1.3 is no longer supported.