https://issues.apache.org/bugzilla/show_bug.cgi?id=46473
Summary: Code that uses BaseScriptingEnvironment.createWindow()
now won't compile
Product: Batik
Version: 1.8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Bridge
AssignedTo: [email protected]
ReportedBy: [email protected]
In r665947 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=665947 )
BaseScriptingEnvironment.createWindow() was made protected. Some
published code, such as the example at
http://xmlgraphics.apache.org/batik/using/scripting/java.html, uses this method
and assumes it's public.
The method should be made public once again, but rewritten so that a single
Window object only ever exists (so it will act like the getWindow() method does
now). A new, different protected method that subclasses should override to
provide a concrete Window object should be used.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]