Bug 439520 - [quick fix] for unused throwable variable in catch block
Summary: [quick fix] for unused throwable variable in catch block
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on: 412119 439750
Blocks:
  Show dependency tree
 
Reported: 2014-07-14 07:58 EDT by Markus Keller CLA
Modified: 2014-07-24 14:03 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2014-07-14 07:58:39 EDT
Implement Quick Fix support for the new problem org.eclipse.jdt.core.compiler.IProblem#ExceptionParameterIsNeverUsed from bug 412119, and check if there's more to do.

Hint: Visit existing references to the similar IProblem.ArgumentIsNeverUsed.
Comment 1 Markus Keller CLA 2014-07-24 14:03:29 EDT
See also bug 439750.