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

Key: IDEABKL-3245
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Eugene Vigdorchik
Reporter: Sascha Weinreuter
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

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

Inconsistency between Exception-Classes created from usage

Created: 02 Jul 05 17:32   Updated: 27 Sep 05 17:23
Component/s: Editor. Intention Actions
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 3,386
Severity: Low


 Description  « Hide
The classes that are generated for "XException" and "YException" differ in their extends-cause: XException extends from j.l.Exception while YException extends from j.lThrowable. This should both be the same.

class Test {
void test() throws XException { throw new YException(); }
}



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