This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 54093 - Override methods throws InvalidObjectException
Summary: Override methods throws InvalidObjectException
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-27 16:39 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IOE's stacktrace (3.17 KB, text/plain)
2005-01-27 16:40 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2005-01-27 16:39:50 UTC
Steps to reproduce:

1. create a class in a project
2. add 'implements javax.servlet.Filter' to its
definition
(add 'Servlet API 2.4' to libraries of the project)
3. invoke Override methods on this class
4. select 'doFilter' method and confirm the dialog
Comment 1 ehucka 2005-01-27 16:40:22 UTC
Created attachment 20004 [details]
IOE's stacktrace
Comment 2 ehucka 2005-01-28 10:05:41 UTC
I forgot the inserted method's code is corrupted:

public void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response, javax.servlet.FilterChain
chain)              throws java.io.IOException) throws
java.io.IOException, javax.servlet.ServletException {
}
Comment 3 Daniel Prusa 2005-01-31 15:38:02 UTC
/cvs/java/javacore/src/org/netbeans/modules/javacore/JMManager.java
new revision: 1.90; previous revision: 1.89
Comment 4 ehucka 2005-04-18 10:37:12 UTC
verified