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: 4398440
Votes 0
Synopsis Reads files whose names are not legal class names when documenting a package
Category doclet:tbd
Reported Against merlin-beta
Release Fixed 1.4(merlin-beta)
State 10-Fix Delivered, Verified, bug
Priority: 3-Medium
Related Bugs
Submit Date 15-DEC-2000
Description
Given the command

    % javadoc -sourcepath /foo/bar com.sun.baz

Javadoc will try to parse every file in the directory /foo/bar/com/sun/baz
whose name ends with ".java", regardless of whether the name, stripped of that
suffix, is actually a legal class name.  This causes problems with files that
are used as templates for source files that are generated during the build.
Such files are typically named using characters such as '-' in order to
distinguish them from ordinary class files, and the contents of such files
are not quite legal Java code.

--  xxxxx@xxxxx  2000/12/15
Work Around
N/A
Evaluation
Fixed.  --  xxxxx@xxxxx  2000/12/15

Pasting Doug Kramer's Notes.
> > > Verified using /home/dkramer/javadoc/1.4/run-4398440-legalname
 xxxxx@xxxxx  2001-11-07
Comments
  
  Include a link with my name & email   

Submitted On 29-MAY-2003
zuoluo4012
aaaa



PLEASE NOTE: JDK6 is formerly known as Project Mustang