JDK-4501661 : disallow mixing -public, -private, and -protected options at the same timegroupi
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javap
  • Affected Version: 1.4.0
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2001-09-11
  • Updated: 2008-07-24
  • Resolved: 2011-05-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b32Fixed
Description
Javap presently accepts clubbing private, public, protected and package options
in its run. Disallowing this would reduce usage errors.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mustang
08-09-2004

PUBLIC COMMENTS ...
08-09-2004

EVALUATION I have no idea what this bug is reporting or what "clubbing" means. ###@###.### 2001-09-13 Sorry for not being clear, I meant usage like javadoc -private -public -package A.java Clubbing, I meant as 'grouping'. xxx@xxx 2001-09-13 Should be fixed alright. Will be looked at in 1.5.1 ###@###.### 2003-11-19
13-09-2001