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 210809

Summary: provide a quickfix for the hint "';' expected"
Product: java Reporter: locked <locked>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P3    
Version: 7.1.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description locked 2012-04-06 10:31:12 UTC
I'd like not only to see a "; expected" but also a quickFix to just enter a ";" at the end of the corresponding line.

For example:
public class Test {
    public static void main(String[] args) {
        System.out.println("") // missing ";"
    }
}

In the println-line the hint appears yet it would be even cooler to have a quickfix that enters a";" before the comment

Related to #130476