JDK-4256383 : Alter error output format to "filename:lineno: Error message" for emacs
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.5.1
  • CPU: sparc
  • Submitted: 1999-07-22
  • Updated: 2002-06-27
  • Resolved: 2001-03-06
Related Reports
Duplicate :  
Description

Name: rlT66838			Date: 07/22/99


Can you please add an option to generate javadoc warnings
in emacs-compatible format like that used by javac, make and
others. ie. filename:linenumber: Error message,
where the filename and linenumber are the position of the error.

This would allow emacs to automatically jump to these errors
in the same way it can for javac errors.

eg.
instead of:

javadoc: warning - execute: @see Can't find buildMetadata(Connection) in com.malted.assetbase.metadata.MetadataHandler.

something like:

Permission.java:67:   @see Can't find buildMetadata(Connection) in com.malted.assetbase.metadata.MetadataHandler.
(Review ID: 88254) 
======================================================================

Comments
PUBLIC COMMENTS .
10-06-2004

EVALUATION We need to discuss this. atul.dambalkar@eng 1999-07-23
23-07-1999