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 270774

Summary: Syntax checker for JSX shows error when setting the style attribute in a JSX file.
Product: ide Reporter: stuart.simpson
Component: UIAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal Keywords: UI
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description stuart.simpson 2017-05-31 04:18:32 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Happens every time

    render() {
        return (
                  <div>
                    <div style={style.headerStyle}><h2>Name</h2></div>
               </div>
             );
   }
Comment 1 stuart.simpson 2017-05-31 04:18:36 UTC
Created attachment 164441 [details]
IDE log