Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 248028 Details for
Bug 445671
Any Detail Formatter for java.io.File seems to fail at execution
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
output of unit.toString() for broken File detail formatter
file_445671.txt (text/plain), 4.62 KB, created by
Kevin Lubick
on 2014-10-20 15:33:33 EDT
(
hide
)
Description:
output of unit.toString() for broken File detail formatter
Filename:
MIME Type:
Creator:
Kevin Lubick
Created:
2014-10-20 15:33:33 EDT
Size:
4.62 KB
patch
obsolete
>package java.io; >class File extends java.lang.Object implements java.io.Serializable, java { >{ > } > void ___run() throws Throwable { > return String.format("%s",toString()); > } > static private java.io.FileSystem fs; > private java.lang.String path; > private java.io.File.PathStatus status; > private int prefixLength; > final static public char separatorChar; > final static public java.lang.String separator; > final static public char pathSeparatorChar; > final static public java.lang.String pathSeparator; > final static private long serialVersionUID; > private java.nio.file.Path filePath; > final static boolean $assertionsDisabled; > final boolean isInvalid(){ > return false; > } > int getPrefixLength(){ > return 0; > } > public java.lang.String getName(){ > return null; > } > public java.lang.String getParent(){ > return null; > } > public java.io.File getParentFile(){ > return null; > } > public java.lang.String getPath(){ > return null; > } > public boolean isAbsolute(){ > return false; > } > public java.lang.String getAbsolutePath(){ > return null; > } > public java.io.File getAbsoluteFile(){ > return null; > } > public java.lang.String getCanonicalPath(){ > return null; > } > public java.io.File getCanonicalFile(){ > return null; > } > static private java.lang.String slashify( java.lang.String arg0, boolean arg1){ > return null; > } > public java.net.URL toURL(){ > return null; > } > public java.net.URI toURI(){ > return null; > } > public boolean canRead(){ > return false; > } > public boolean canWrite(){ > return false; > } > public boolean exists(){ > return false; > } > public boolean isDirectory(){ > return false; > } > public boolean isFile(){ > return false; > } > public boolean isHidden(){ > return false; > } > public long lastModified(){ > return 0; > } > public long length(){ > return 0; > } > public boolean createNewFile(){ > return false; > } > public boolean delete(){ > return false; > } > public void deleteOnExit(){ > } > public java.lang.String[] list(){ > return null; > } > public java.lang.String[] list( java.io.FilenameFilter arg0){ > return null; > } > public java.io.File[] listFiles(){ > return null; > } > public java.io.File[] listFiles( java.io.FilenameFilter arg0){ > return null; > } > public java.io.File[] listFiles( java.io.FileFilter arg0){ > return null; > } > public boolean mkdir(){ > return false; > } > public boolean mkdirs(){ > return false; > } > public boolean renameTo( java.io.File arg0){ > return false; > } > public boolean setLastModified( long arg0){ > return false; > } > public boolean setReadOnly(){ > return false; > } > public boolean setWritable( boolean arg0, boolean arg1){ > return false; > } > public boolean setWritable( boolean arg0){ > return false; > } > public boolean setReadable( boolean arg0, boolean arg1){ > return false; > } > public boolean setReadable( boolean arg0){ > return false; > } > public boolean setExecutable( boolean arg0, boolean arg1){ > return false; > } > public boolean setExecutable( boolean arg0){ > return false; > } > public boolean canExecute(){ > return false; > } > static public java.io.File[] listRoots(){ > return null; > } > public long getTotalSpace(){ > return 0; > } > public long getFreeSpace(){ > return 0; > } > public long getUsableSpace(){ > return 0; > } > static public java.io.File createTempFile( java.lang.String arg0, java.lang.String arg1, java.io.File arg2){ > return null; > } > static public java.io.File createTempFile( java.lang.String arg0, java.lang.String arg1){ > return null; > } > public int compareTo( java.io.File arg0){ > return 0; > } > public boolean equals( java.lang.Object arg0){ > return false; > } > public int hashCode(){ > return 0; > } > public java.lang.String toString(){ > return null; > } > private void writeObject( java.io.ObjectOutputStream arg0){ > } > private void readObject( java.io.ObjectInputStream arg0){ > } > public java.nio.file.Path toPath(){ > return null; > } >final static class PathStatus extends java.lang.Enum<java.io.File.PathStatus> { > final static public java.io.File.PathStatus INVALID; > final static public java.io.File.PathStatus CHECKED; > final static private java.io.File.PathStatus[] $VALUES; > static public java.io.File.PathStatus[] values(){ > return null; > } > static public java.io.File.PathStatus valueOf( java.lang.String arg0){ > return null; > } > } >{ > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 445671
:
248026
|
248027
| 248028