Closed
Bug 346799
Opened 20 years ago
Closed 7 years ago
The method getEndLineno() in class ScriptOrFnNode returns value baseLineno.
Categories
(Rhino Graveyard :: Core, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: cerh, Unassigned)
Details
User-Agent: Opera/9.01 (Windows NT 5.1; U; ru)
Build Identifier:
public final int getBaseLineno() { return baseLineno; }
public final int getEndLineno() { return baseLineno; }
Reproducible: Always
Any reason you marked this security-sensitive? (It means that very few people can look at it.)
Comment 3•18 years ago
|
||
removing security sensitivity. repair this if its the wrong thing to do.
Group: security
Comment 4•7 years ago
|
||
Closing. Bug management is now done here:
https://github.com/mozilla/rhino
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•