public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/19677] New: invalid "may not have been initialized" error
@ 2005-01-28 19:21 wasabi at larvalstage dot net
  2005-01-28 19:23 ` [Bug libgcj/19677] " wasabi at larvalstage dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: wasabi at larvalstage dot net @ 2005-01-28 19:21 UTC (permalink / raw)
  To: java-prs

Following Eclipse code snippet that fails:

protected void join(InternalJob job) {
	final IJobChangeListener listener;

	synchronized (lock) {
		listener = new JobChangeAdapter() {
			public void done(IJobChangeEvent event) {
				barrier.release();
			}
		};
		job.addJobChangeListener(listener);
	}
}

The error reports the line containing listener = as the problem.

-- 
           Summary: invalid "may not have been initialized" error
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wasabi at larvalstage dot net
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <bug-19677-9898@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2007-01-09 20:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-28 19:21 [Bug libgcj/19677] New: invalid "may not have been initialized" error wasabi at larvalstage dot net
2005-01-28 19:23 ` [Bug libgcj/19677] " wasabi at larvalstage dot net
2005-01-28 19:35 ` [Bug java/19677] " pinskia at gcc dot gnu dot org
2005-01-28 19:43 ` pinskia at gcc dot gnu dot org
2005-01-30 19:03 ` tromey at gcc dot gnu dot org
     [not found] <bug-19677-9898@http.gcc.gnu.org/bugzilla/>
2007-01-09 20:50 ` tromey 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).