Bug 469457

Summary: [quick fix] No quick fix for missing semicolon
Product: [Eclipse Project] JDT Reporter: Lars Vogel <Lars.Vogel>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert
Version: 4.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Lars Vogel CLA 2015-06-05 06:18:58 EDT
If I have a missing ; in a statement the compiler seems to know that it is expected but there is not quickfix available to set it.

Example: Write a method return value++ without the ;

You get the error message: Syntax error, insert ";" to complete BlockStatements but not quickfix.
Comment 1 Dani Megert CLA 2015-06-05 08:11:35 EDT

*** This bug has been marked as a duplicate of bug 39813 ***