public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/17747] New: bogus duplicate class errors
@ 2004-09-30 10:26 ruben at ugr dot es
  2004-10-24 21:52 ` [Bug java/17747] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ruben at ugr dot es @ 2004-09-30 10:26 UTC (permalink / raw)
  To: java-prs

There seem to be some problems with inner classes.

This is from the freenet project
http://freenetproject.org/snapshots/freenet-stable-latest.src.tar.bz2
untar;
cd source/src/
gcj freenet/diagnostics/CountingProcess.java
javac freenet/diagnostics/CountingProcess.java

Sorry, no small testcase yet.

gcj freenet/diagnostics/CountingProcess.java
./freenet/diagnostics/Continuous.java:29: error: Class
`freenet.diagnostics.Continuous$ContinuousEventCallback' already defined in
freenet/diagnostics/Continuous$ContinuousEventCallback.java:0.
        public static abstract class ContinuousEventCallback implements
RandomVar.EventCallback {
                                        ^
1 error

javac freenet/diagnostics/CountingProcess.java
#no error

-- 
           Summary: bogus duplicate class errors
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ruben at ugr dot es
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17747


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/17747] bogus duplicate class errors
  2004-09-30 10:26 [Bug java/17747] New: bogus duplicate class errors ruben at ugr dot es
@ 2004-10-24 21:52 ` pinskia at gcc dot gnu dot org
  2004-11-04 11:58 ` ruben at ugr dot es
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-24 21:52 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |18131
              nThis|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17747


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/17747] bogus duplicate class errors
  2004-09-30 10:26 [Bug java/17747] New: bogus duplicate class errors ruben at ugr dot es
  2004-10-24 21:52 ` [Bug java/17747] " pinskia at gcc dot gnu dot org
@ 2004-11-04 11:58 ` ruben at ugr dot es
  2004-11-04 11:59 ` ruben at ugr dot es
  2004-11-15  4:13 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ruben at ugr dot es @ 2004-11-04 11:58 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From ruben at ugr dot es  2004-11-04 11:58 -------
(In reply to comment #0)
> There seem to be some problems with inner classes.
> 
> This is from the freenet project
> http://freenetproject.org/snapshots/freenet-stable-latest.src.tar.bz2
> untar;
> cd source/src/
> gcj freenet/diagnostics/CountingProcess.java
> javac freenet/diagnostics/CountingProcess.java
> 
> Sorry, no small testcase yet.
> 
> gcj freenet/diagnostics/CountingProcess.java
> ./freenet/diagnostics/Continuous.java:29: error: Class
> `freenet.diagnostics.Continuous$ContinuousEventCallback' already defined in
> freenet/diagnostics/Continuous$ContinuousEventCallback.java:0.
>         public static abstract class ContinuousEventCallback implements
> RandomVar.EventCallback {
>                                         ^
> 1 error
> 
> javac freenet/diagnostics/CountingProcess.java
> #no error


Works as of gcc 3.4.2 and freenet-stable-latest.src.25.Oct.2004.tar.bz2
Please close

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17747


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/17747] bogus duplicate class errors
  2004-09-30 10:26 [Bug java/17747] New: bogus duplicate class errors ruben at ugr dot es
  2004-10-24 21:52 ` [Bug java/17747] " pinskia at gcc dot gnu dot org
  2004-11-04 11:58 ` ruben at ugr dot es
@ 2004-11-04 11:59 ` ruben at ugr dot es
  2004-11-15  4:13 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ruben at ugr dot es @ 2004-11-04 11:59 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From ruben at ugr dot es  2004-11-04 11:59 -------
Works on gcc 3.4.2

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17747


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/17747] bogus duplicate class errors
  2004-09-30 10:26 [Bug java/17747] New: bogus duplicate class errors ruben at ugr dot es
                   ` (2 preceding siblings ...)
  2004-11-04 11:59 ` ruben at ugr dot es
@ 2004-11-15  4:13 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-15  4:13 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17747


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-11-15  4:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-30 10:26 [Bug java/17747] New: bogus duplicate class errors ruben at ugr dot es
2004-10-24 21:52 ` [Bug java/17747] " pinskia at gcc dot gnu dot org
2004-11-04 11:58 ` ruben at ugr dot es
2004-11-04 11:59 ` ruben at ugr dot es
2004-11-15  4:13 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).