From dev-return-12054-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Fri May 22 14:23:08 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 99847 invoked from network); 22 May 2009 14:23:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 May 2009 14:23:04 -0000 Received: (qmail 57384 invoked by uid 500); 22 May 2009 14:22:11 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 52474 invoked by uid 500); 22 May 2009 14:21:57 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 51304 invoked by uid 99); 22 May 2009 14:19:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2009 14:19:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2009 14:19:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5410529A0015 for ; Fri, 22 May 2009 07:18:46 -0700 (PDT) Message-ID: <543332296.1243001926329.JavaMail.jira@brutus> Date: Fri, 22 May 2009 07:18:46 -0700 (PDT) From: "David Ezzio (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Assigned: (OPENJPA-1099) tag in Javadoc comments causes Javadoc corruption In-Reply-To: <1199593662.1242931366024.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Ezzio reassigned OPENJPA-1099: ------------------------------------ Assignee: David Ezzio > <xmp> tag in Javadoc comments causes Javadoc corruption > ------------------------------------------------------- > > Key: OPENJPA-1099 > URL: https://issues.apache.org/jira/browse/OPENJPA-1099 > Project: OpenJPA > Issue Type: Bug > Affects Versions: 1.1.0, 1.2.0, 1.2.1 > Environment: Windows maven (and nightly snapshots and releases) > Reporter: David Ezzio > Assignee: David Ezzio > Fix For: 2.0.0 > > > Two files (J2DoPrivHelper.java, and SequencedActionsTest.java) have <xmp>... in their Javadoc comments. I don't know what the purpose of these tags may be in some environments. IMO, they should be replaced by
...
tags which do not cause problems for the Javadoc. The problem can be readily seen by opening the Javadoc of OpenJPA in a browser and clicking on index, then scroll down to the J2DoPrivHelper class entry. I'll leave this bug open for a few days to allow a chance for comments, in case I'm missing something. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.