Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65563 Details for
Bug 101844
new version available: dev-java/batik-1.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Jikes patch
batik-1.6-jikes.patch (text/plain), 1.70 KB, created by
Josh Nichols (RETIRED)
on 2005-08-09 16:21:23 UTC
(
hide
)
Description:
Jikes patch
Filename:
MIME Type:
Creator:
Josh Nichols (RETIRED)
Created:
2005-08-09 16:21:23 UTC
Size:
1.70 KB
patch
obsolete
>diff -ru xml-batik/sources/org/apache/batik/ext/awt/image/rendered/LRUCache.java xml-batik-patched/sources/org/apache/batik/ext/awt/image/rendered/LRUCache.java >--- xml-batik/sources/org/apache/batik/ext/awt/image/rendered/LRUCache.java 2004-08-18 03:14:08.000000000 -0400 >+++ xml-batik-patched/sources/org/apache/batik/ext/awt/image/rendered/LRUCache.java 2005-08-09 19:18:20.000000000 -0400 >@@ -33,12 +33,12 @@ > * should be remembered so it can be returned by > * <tt>lruGet</tt>. > */ >- public void lruSet(LRUNode nde); >+ public void lruSet(LRUCache.LRUNode nde); > /** > * Called to get the LRU node for this object. Should return the > * node passed in to lruSet. > */ >- public LRUNode lruGet(); >+ public LRUCache.LRUNode lruGet(); > /** > * Called to inform the object that it is no longer in the cache. > */ >diff -ru xml-batik/sources/org/apache/batik/script/rhino/RhinoInterpreter.java xml-batik-patched/sources/org/apache/batik/script/rhino/RhinoInterpreter.java >--- xml-batik/sources/org/apache/batik/script/rhino/RhinoInterpreter.java 2005-03-29 05:48:02.000000000 -0500 >+++ xml-batik-patched/sources/org/apache/batik/script/rhino/RhinoInterpreter.java 2005-08-09 19:16:33.000000000 -0400 >@@ -418,7 +418,7 @@ > public Object get(ScriptableObject so) { > Context ctx = Context.getCurrentContext(); > if (ctx == null ) return null; >- return ((ExtendedContext)ctx).getInterpreter().objects.get(name); >+ return ((RhinoInterpreter.ExtendedContext)ctx).getInterpreter().objects.get(name); > } > } > // The method to use for getting the value from the
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 101844
: 65563