History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-22880
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Chris Kent
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

"Create Constructor Matching Super" ignores final parameters code style setting

Created: 29 Oct 07 15:07   Updated: 29 Oct 07 20:34
Component/s: Editor. Intention Actions
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows XP, bundled JRE

Build: 7,364
Severity: Medium


 Description  « Hide
The "Create Constructor Matching Super" quick-fix creates non-final constructor parameters whatever the settings in code style -> generated code -> make generated parameters final.

 All   Comments   Work Log   Change History      Sort Order:
Chris Kent - 29 Oct 07 20:34
This only seems to happen when the superclass is in a library. If the superclass is part of the same project as the subclass it works fine.