CodePro: javadoc on wrong method

SWT Designer allows you to create the views, editors, perspectives, pref pages, composites, etc. that comprise Eclipse SWT & RCP applications and plug-ins.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

CodePro: javadoc on wrong method

Postby obdobion » Mon Dec 22, 2003 11:07 am

In this example codepro complains that there is no javadoc on "acceptReport. But it attempts to fix the "blackoutDifferences" method instead. And the cursor positioning in that method is incorrect. CodePro works as expected if an inner class is not involved. BTW: I have changed the options to only check public methods for the Javadoc warnings.
Code: Select all
public abstract class ReportTestCase extends BatchTestCase {

    /**
     * Simple listener that can accept reports coming off the event channel.
     *
     * @author DeGreefC
     * @version created on Oct 20, 2003
     */
    private class ReportsECListener implements ReportsECConsumer {
        public void acceptReport(ReportStruct report) {
            arrived = true;
            ReportTestCase.this.report = report;

            //            Log.debug(
            //                getClass().getName()
            //                    + " received report for dest = \""
            //                    + report.destination
            //                    + "\" with byte count = "
            //                    + report.reportContents.length);
        }
    }

    /**
     * "Black out" a portion of a <code>String</code>.  <code>string</code>
     * will be overwritten with 'X' from <code>startIndex</code> to
     * <code>endIndex</code>.
     *
     * @param string
     * @param startIndex the start index (inclusive)
     * @param endIndex the end index (exclusive)
     * @return String
     */
    private static String blackoutDifference(
Is there a specific forum for CodePro instead of this one?
Chris DeGreef
SWT-Designer v1.2.2 compiled on 2003-11-26
obdobion
 
Posts: 5
Joined: Thu Dec 04, 2003 8:01 pm

Re: CodePro: javadoc on wrong method

Postby Eric Clayberg » Mon Dec 22, 2003 11:50 am

obdobion wrote:Is there a specific forum for CodePro instead of this one?

CodePro questions and bug reports (with relevant examples) should be sent to cpsws-support@instantiations.com. This forum should be reserved for SWT Designer questions.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to SWT Designer

Who is online

Users browsing this forum: No registered users and 1 guest