[Bug java/21442] problem with imports and multifile builds

2005-05-09 Thread bonzini at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||21418 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21442

[Bug java/21442] problem with imports and multifile builds

2005-05-09 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-05-09 10:03 --- The problem is that, while looking for AbstractInterruptibleChannel (a superclass of SelectableChannel), we do not look into the imports of SelectableChannel. *** This bug has been marked as a duplicate of