// StringIndexOutOfBoundException whijle formatting! // Found in org/eclipse/emf/common/util/URI.Java package test.wksp.ganymede.bugs; /** * Need a javadoc comment before to get the exception. */ public class X03 { /** * If this is a hierarchical URI with a path, returns a string * representation of the path, including the authority and the * device component; * null otherwise. * *

If there is no authority, the format of this string is: *

   *   device/pathSegment1/pathSegment2...
* *

If there is an authority, it is: *

   *   //authority/device/pathSegment1/pathSegment2...
* *

For an archive URI, it's just: *

   *   authority/pathSegment1/pathSegment2...
*/ public String devicePath() { return null; } }