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

Key: IDEA-18000
Type: Bug Bug
Status: Open Open
Assignee: Dmitry Jemerov
Reporter: Maxim Buzdalov
Votes: 0
Watchers: 1
Operations

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

Create Subclass Again

Created: 02 May 08 22:20   Updated: 03 May 08 19:08
Component/s: Refactoring

Environment: OS: Linux 32-bit JDK: Sun 1.6.0_10-beta-b21

Build: 7,718
Severity: Low


 Description  « Hide
The intention "Create Subclass" should not work for final classes. Probably, it should also check access rights for default constructor.
public final class CollectionHelpers {
    private CollectionHelpers() {}
}

is intentioned to

public class CollectionHelpersImpl extends CollectionHelpers {
}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.