Closed
Bug 15508
Opened 26 years ago
Closed 24 years ago
Translate C++ "success codes" to Java in threadsafe way
Categories
(Core Graveyard :: Java to XPCOM Bridge, enhancement, P3)
Core Graveyard
Java to XPCOM Bridge
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: frankm, Assigned: blackconnect)
Details
If a C++ XPCOM method returns a nonnegative and nonzero NSRESULT, Java code
should be able to retrieve that code through an API yet to be determined
(probably a static method somewhere). *This should not be an exception.*
The code should be stored *per thread*, so that multiple threads cannot erase or
mangle each other's "success codes".
| Reporter | ||
Comment 1•26 years ago
|
||
Assign to self, until other help emerges.
Comment 2•25 years ago
|
||
Frank Mitchell no longer works at Sun and his email is bouncing. Reassigning
his 21 bugs to george for reassignment.
Assignee: frankm → drapeau
Status: ASSIGNED → NEW
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•24 years ago
|
||
We gonna use exceptions. Closing this bug as invalid
take a look at 15507
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
QA Contact: leila.garin → avm
Resolution: --- → INVALID
Updated•11 years ago
|
Product: Core → Core Graveyard
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•