Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2149C17539 for ; Mon, 2 Feb 2015 19:17:44 +0000 (UTC) Received: (qmail 42990 invoked by uid 500); 2 Feb 2015 19:17:45 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 42936 invoked by uid 500); 2 Feb 2015 19:17:44 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 42921 invoked by uid 99); 2 Feb 2015 19:17:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2015 19:17:44 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2015 19:17:19 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 1FC4DB11AC for ; Mon, 2 Feb 2015 13:16:18 -0600 (CST) Date: Mon, 2 Feb 2015 13:16:18 -0600 (CST) From: "Robert Scholte (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (JXR-68) ignores classes with same name in other packages MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/JXR-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte reopened JXR-68: ------------------------------- The jxr-report of the [maven-compiler-plugin|http://maven.apache.org/plugins/maven-compiler-plugin/xref/index.html] shows this issue as well. Both packages contain the same classes (for backwards compatibility they weren't moved), but only the classes of the first package are shown. > ignores classes with same name in other packages > ------------------------------------------------ > > Key: JXR-68 > URL: https://jira.codehaus.org/browse/JXR-68 > Project: Maven JXR > Issue Type: Bug > Components: maven2 jxr plugin > Affects Versions: 2.1 > Reporter: Paul Sundling > > say you the following classes > package1/MyClass > package2/MyClass > While both will show up in javadocs plugin, only one will show up in JXR report. > Let me know if you need a test case. -- This message was sent by Atlassian JIRA (v6.1.6#6162)