Closed
Bug 262687
Opened 21 years ago
Closed 21 years ago
Rhino does not compile with JDK 1.5
Categories
(Rhino Graveyard :: Core, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.6R1
People
(Reporter: bugzilla, Assigned: igor)
Details
Attachments
(1 file)
|
872 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041001
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041001
JDK 1.5 introduced a new constructor which causes an ambiguity when compiling
rhino. I will attach a patch to fix the problem.
Reproducible: Always
Steps to Reproduce:
1. compile rhino with JDK 1.5
Actual Results:
compile error
| Reporter | ||
Comment 1•21 years ago
|
||
This new constructor causes the compile problems:
public CodeSource(URL url, CodeSigner[] signers)
[...]
Since: 1.5
The patch states which constructor to use.
| Assignee | ||
Comment 2•21 years ago
|
||
I committed the fix.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → 1.6R1
You need to log in
before you can comment on or make changes to this bug.
Description
•