Bug report #559 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/559> REPORT #559 Details. Project: Tomcat Category: Feature Requests SubCategory: Enhancement Class: suggest State: received Priority: low Severity: non-critical Confidence: public Environment: Release: Regexp 1.2 JVM Release: 1.3 Operating System: WinNT OS Release: 4, SP6 Platform: Intel Synopsis: Why is the RE class not Serializable? Description: Hopefully I categorized this right -- I was trying out the org.apache.regexp package when I hit an odd omission: the RE class is not Serializable... which means the classes that use it cannot be saved out as files for JavaBeans and whatnot without some fancy footwork. Is there a reason why it cannot implement Serializable?Title: BugRat Report # 559
BugRat Report # 559
Project: Tomcat | Release: Regexp 1.2 |
Category: Feature Requests | SubCategory: Enhancement |
Class: suggest | State: received |
Priority: low | Severity: non-critical |
Confidence:
public
|
Submitter:
Carlos Bueno ( [EMAIL PROTECTED] )
Date Submitted:
Dec 9 2000, 01:11:12 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- Why is the RE class not Serializable?
- Environment: (jvm, os, osrel, platform)
- 1.3, WinNT, 4, SP6, Intel
- Additional Environment Description:
- Report Description:
- Hopefully I categorized this right -- I was trying out the org.apache.regexp package when I hit an odd omission: the RE class is not Serializable... which means the classes that use it cannot be saved out as files for JavaBeans and whatnot without some fancy footwork. Is there a reason why it cannot implement Serializable?
- How To Reproduce:
- null