Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6705935
Votes 0
Synopsis javac reports path name of entry in ZipFileIndex incorectly
Category java:compiler
Reported Against
Release Fixed 7(b29)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 22-MAY-2008
Description
com.sun.tools.javac.util.DefaultFileManager$ZipFileIndexFileObject prints out a silly value for getPath, giving the entry name twice, instead of the file and entry name.

For example,
	java/lang/Void.class(java/lang:Void.class)
instead of 
	/opt/jdk/jdk1.6.0_05/lib/ct.sym(java/lang/Void.class)
Posted Date : 2008-05-22 01:41:04.0
Work Around
N/A
Evaluation
Yes
Posted Date : 2008-05-22 02:44:51.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang