Run blessed-modifier-order script (see bug) Reviewed-by: psandoz, chegar, alanb, plevart
Reviewed-by: xuelei, alanb
NPE may be thrown when Path.getParentPath() returns null. The fix is to call Path.getAbsolutePath().getParentPath() when Path.getParentPath() returns null. Reviewed-by: alanb