Bug 469457 - [quick fix] No quick fix for missing semicolon
Summary: [quick fix] No quick fix for missing semicolon
Status: CLOSED DUPLICATE of bug 39813
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-05 06:18 EDT by Lars Vogel CLA
Modified: 2015-06-05 08:11 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***