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 209647

Summary: Warnings in the IDE log
Product: javafx Reporter: Tomas Mysik <tmysik>
Component: EditorAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal CC: mfukala
Priority: P4    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Mysik 2012-03-16 08:34:32 UTC
Just noticed some warnings in the IDE log [1], no idea how serious they can be.

Product Version: NetBeans IDE Dev (Build 20120315-18fc5b2d37dd)
Java: 1.6.0_31; Java HotSpot(TM) 64-Bit Server VM 20.6-b01
System: Linux version 3.0.0-16-generic running on amd64; UTF-8; cs_CZ (nb)

[1]
WARNING [CssModuleSupport]: Duplicate property visibility found, offending css module: org.netbeans.modules.javafx2.editor.css.JavaFXCSSModule@11035df8
WARNING [CssModuleSupport]: Existing property found in css module: DefaultCssModule(Basic Box Model/http://www.w3.org/TR/css3-box)
WARNING [CssModuleSupport]: Duplicate property left found, offending css module: org.netbeans.modules.javafx2.editor.css.JavaFXCSSModule@11035df8
WARNING [CssModuleSupport]: Existing property found in css module: DefaultCssModule(CSS 2.1/http://www.w3.org/TR/CSS2)
WARNING [CssModuleSupport]: Duplicate property right found, offending css module: org.netbeans.modules.javafx2.editor.css.JavaFXCSSModule@11035df8
WARNING [CssModuleSupport]: Existing property found in css module: DefaultCssModule(CSS 2.1/http://www.w3.org/TR/CSS2)
WARNING [CssModuleSupport]: Duplicate property top found, offending css module: org.netbeans.modules.javafx2.editor.css.JavaFXCSSModule@11035df8
WARNING [CssModuleSupport]: Existing property found in css module: DefaultCssModule(CSS 2.1/http://www.w3.org/TR/CSS2)
WARNING [CssModuleSupport]: Duplicate property bottom found, offending css module: org.netbeans.modules.javafx2.editor.css.JavaFXCSSModule@11035df8
WARNING [CssModuleSupport]: Existing property found in css module: DefaultCssModule(CSS 2.1/http://www.w3.org/TR/CSS2)
WARNING [CssModuleSupport]: Duplicate property color found, offending css module: org.netbeans.modules.javafx2.editor.css.JavaFXCSSModule@11035df8
WARNING [CssModuleSupport]: Existing property found in css module: org.netbeans.modules.css.editor.module.main.ColorsModule@740e4d81
WARNING [CssModuleSupport]: Duplicate property border-style found, offending css module: org.netbeans.modules.javafx2.editor.css.JavaFXCSSModule@11035df8
WARNING [CssModuleSupport]: Existing property found in css module: org.netbeans.modules.css.editor.module.main.BackgroundsAndBordersModule@57028bad
Comment 1 Petr Somol 2012-05-09 13:31:29 UTC
These warnings do not indicate a bug. JavaFX2+ uses CSS, but although it is based on W3C CSS spec it does not follow it fully. Package org.netbeans.modules.javafx2.editor.css thus needs to override some of the CSS definitions coming from standard NB CSS editor support.

CC-ing Marek who is the author of org.netbeans.modules.css.editor.module.CssModuleSupport. Marek, shall we consider modifying loadProperties() so that the logged messages are not called WARNING but INFO ?
Comment 2 Petr Somol 2012-05-16 08:49:27 UTC
Degrading this to P4 as this issue does not affect user experience in any way, it only issues Warnings in logfile that would more properly be called Info.