JDK-4507743 : JavaDoc treats .java packages as file name
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2001-09-27
  • Updated: 2002-06-27
  • Resolved: 2001-09-28
Related Reports
Duplicate :  
Description

Name: bsT130419			Date: 09/26/2001


F:\jdk1.4\bin>java -version
java version "1.4.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta2-b77)
Java HotSpot(TM) Client VM (build 1.4.0-beta2-b77, mixed mode)



Packages ending in a subpackage named java (com.foo.bar.java) are treated as
.java files when invoked on the command line.
Example:

javadoc com.foo.bar.java

This is seen as a source file with a class named com.foo.bar

This did not happen with 1.3.x
(Review ID: 132265) 
======================================================================

Comments
WORK AROUND Name: bsT130419 Date: 09/26/2001 Using the new recursive option should be working. ======================================================================
11-06-2004