bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gjdoc/24722] New: Problems with single line comments between method


From: stephan at apache dot org
Subject: [Bug gjdoc/24722] New: Problems with single line comments between method arguments
Date: 7 Nov 2005 22:38:34 -0000

Hi,
gjdoc prints "ARGH" warnings for methods with single line comments between the
method arguments.

public IClasspathEntry[] getResolvedClasspath(
  IClasspathEntry[] classpathEntries,
  IPath projectOutputLocation, // only set if needing full ...
  boolean ignoreUnresolvedEntry, // if unresolved entries are ...
  boolean generateMarkerOnError,
  Map rawReverseMap) // can be null if not interested in reverse mapping
  throws JavaModelException {

  return new IClasspathEntry[0];
}

Output:
Loading source file TestARGH.java ...
ARGH! boolean
ARGH! boolean
ARGH! Map
ARGH! rawReverseMap)
Constructing Javadoc information...


-- 
           Summary: Problems with single line comments between method
                    arguments
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gjdoc
        AssignedTo: julian at sektor37 dot de
        ReportedBy: stephan at apache dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24722





reply via email to

[Prev in Thread] Current Thread [Next in Thread]