-
Key: JAV2I12-19
-
Legacy Issue Number: 3670
-
Status: closed
-
Source: Borland Software Corporation ( Vijaykumar Natarajan)
-
Summary:
When I have Java exceptions called
foo
fooException
fooErrorthey all get mapped to the exception fooEx causing collisions.
I am not sure what the fix should be so I'll dump my thoughts here...
The correct fix for this probably should be:
foo -> fooEx
fooException -> fooExcp
fooError -> fooErHowever, given that that would not be backward compatible, another solution
would beAll exceptions map to the Ex suffix. Each collision adds an _ (underscore) at
the end, if there is a collision.However, this has problem with the name changing depending on which exception
gets processed first, and the resultant definitions are not deterministic.Any other ideas?
-
Reported: JAV2I 1.0b1 — Thu, 1 Jun 2000 04:00 GMT
-
Disposition: Resolved — JAV2I 1.1
-
Disposition Summary:
See revised text below
-
Updated: Fri, 6 Mar 2015 20:58 GMT
JAV2I12 — Exception mapping needs fixing
- Key: JAV2I12-19
- OMG Task Force: Java to IDL December 2000 RTF