[Bug libgcj/21221] [Win32] File.isHidden() method always returns 'true' in windows.

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21221

Andrew Pinski  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #2 from Andrew Pinski  ---
Closing as won't fix as libgcj (and the java front-end) has been removed from
the trunk.

[Bug libgcj/21221] [Win32] File.isHidden() method always returns 'true' in windows.

2005-04-25 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-25 
17:53 ---
Hmm, we should have got an exception or an assert:
  JvAssert (query == DIRECTORY || query == ISFILE);
oh, well.

The problem can be seen in natFileWin32.cc in that _stat does not understant 
ISHIDDEN at all.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Component|java|libgcj
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2005-04-25 17:53:46
   date||
Summary|File.isHidden() method  |[Win32] File.isHidden()
   |always returns 'true' in|method always returns 'true'
   |windows.|in windows.


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