Re: Japi vs JEditorPaneAccessibleHypertextSupport

2005-11-08 Thread Tom Tromey
> "Stuart" == Stuart Ballard <[EMAIL PROTECTED]> writes: Stuart> [1] Which raises another japi question: Should Japi automatically Stuart> remove these implicit arguments from nonstatic inner class Stuart> constructors so that its output matches what you'd actually put in Stuart> Java source?

Re: Japi vs JEditorPaneAccessibleHypertextSupport

2005-11-08 Thread Tom Tromey
> "Stuart" == Stuart Ballard <[EMAIL PROTECTED]> writes: >> The rule is, a default constructor inherits the access of its class. >> I.E., 'protected' is correct here. Stuart> Doesn't that mean that a class that inherits from JEditorPane can see Stuart> the class but not the constructor? And i

Re: Japi vs JEditorPaneAccessibleHypertextSupport

2005-11-08 Thread Stuart Ballard
On 08 Nov 2005 19:23:14 -0700, Tom Tromey <[EMAIL PROTECTED]> wrote: > I love the description of this constructor in the online javadoc. Lol, classic. > The rule is, a default constructor inherits the access of its class. > I.E., 'protected' is correct here. Doesn't that mean that a class that i

Re: Japi vs JEditorPaneAccessibleHypertextSupport

2005-11-08 Thread Tom Tromey
Stuart> The current japi results show that the only non-minor error in the Stuart> top-level javax.swing package against 1.2 is that the constructor of Stuart> JEditorPaneAccessibleHypertextSupport I love the description of this constructor in the online javadoc. Stuart> Basically, JEPAHS is a pr

Japi vs JEditorPaneAccessibleHypertextSupport

2005-11-08 Thread Stuart Ballard
The current japi results show that the only non-minor error in the top-level javax.swing package against 1.2 is that the constructor of JEditorPaneAccessibleHypertextSupport (which I'm going to call JEPAHS from now on because I can't be bothered to type all that) is protected in classpath but publi

Re: gnu_java_awt_peer_gtk_GdkFontPeer.c (initStaticState): missing NewGlobalRef?

2005-11-08 Thread Tom Tromey
> "Twisti" == Christian Thalinger <[EMAIL PROTECTED]> writes: Twisti> We are currently developing a JNI source code analyzer, which scans for Twisti> missing NewGlobalRef calls (this is for popl06). And it seems that it Twisti> has found a bug in GNU classpath's gtk peers. Very cool. Perhap

Re: gnu_java_awt_peer_gtk_GdkFontPeer.c (initStaticState): missing NewGlobalRef?

2005-11-08 Thread Mark Wielaard
Hi Christian, On Tue, 2005-11-08 at 16:42 +0100, Christian Thalinger wrote: > We are currently developing a JNI source code analyzer, which scans for > missing NewGlobalRef calls (this is for popl06). And it seems that it > has found a bug in GNU classpath's gtk peers. > > In Java_gnu_java_awt_p

Re: A question about DOM Levels and JAPI

2005-11-08 Thread Stuart Ballard
Got it. Would you believe this bug was introduced back in November 2004 and nobody noticed? :( It appears I also checked it in without the slightest comment about what I was doing. I cunningly decided that actually adding new abstract methods is okay on a class that has no public or protected cons

Re: Alpha and free java

2005-11-08 Thread Christian Thalinger
On Tue, Nov 08, 2005 at 12:28:41PM -0400, Martin Cordova wrote: > Nice, when are you going to ship a new version of Cacao incoporating > Classpath 0.19? Is it possible to replace Cacao's classpath with > latest 0.19? A release is scheduled in 1-2 weeks and CACAO does not have anymore a own version

gnu_java_awt_peer_gtk_GdkFontPeer.c (initStaticState): missing NewGlobalRef?

2005-11-08 Thread Christian Thalinger
Hi! We are currently developing a JNI source code analyzer, which scans for missing NewGlobalRef calls (this is for popl06). And it seems that it has found a bug in GNU classpath's gtk peers. In Java_gnu_java_awt_peer_gtk_GdkFontPeer_initStaticState the global variable glyphVector_class is not r

Re: [commit-cp] classpath daily snapshot 20051108 FAILED

2005-11-08 Thread Mark Wielaard
Hi Michael, On Tue, 2005-11-08 at 05:47 +0100, Michael Koch wrote: > update cvs source tree > 24372: Connection closed by 199.232.41.3 > cvs [update aborted]: end of file from server (consult above messages if any) I am not sure what exactly went wrong here. But I saw this message on commit-class

Alpha and free java

2005-11-08 Thread Christian Thalinger
Hi, you old alpha users! If you have waited for free java on the old Alpha with a (quite fast) JIT, there you go: http://www.complang.tuwien.ac.at/cacaojvm//screenshots/eclipse-3.2M3-alpha-linux.png It's really usable :-) TWISTI ___ Classpath mailin

[Bug swing/24733] New: JTextField.paste() does not work.

2005-11-08 Thread audriusa at bluewin dot ch
It is not possible to paste text from the clipboard into our JTextField. Ctrl-V does not work, and shift-ins does not work either and the direct call of the .paste method also returs without doing the work. Experimenting, I wrote the new Mauve test calling .copy() and .paste() on the JTextField. T

Re: Comment to 0.19 - Correction

2005-11-08 Thread theUser BL
I have written But I think, it is not a problem of Swing. The problem begins already with AWT. If you using Applet instead of Frame, you have the same problem, if you draws something and want to change it with a click on a button or so. But now I have tried again Suns Demo-program "ArcTest.j