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 - provide a quickfix for the hint "';' expected"
Summary: provide a quickfix for the hint "';' expected"
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.1.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-06 10:31 UTC by locked
Modified: 2013-09-02 14:20 UTC (History)
1 user (show)

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 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