Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 60828 invoked from network); 6 Apr 2008 02:38:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2008 02:38:04 -0000 Received: (qmail 75286 invoked by uid 500); 6 Apr 2008 02:38:04 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 75251 invoked by uid 500); 6 Apr 2008 02:38:03 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 75242 invoked by uid 99); 6 Apr 2008 02:38:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2008 19:38:03 -0700 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; Sun, 06 Apr 2008 02:37:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3D4F8234C0BB for ; Sat, 5 Apr 2008 19:35:24 -0700 (PDT) Message-ID: <1232089911.1207449324249.JavaMail.jira@brutus> Date: Sat, 5 Apr 2008 19:35:24 -0700 (PDT) From: "Dave Brosius (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1522) [PATCH] Java Class file text extractor In-Reply-To: <1488190002.1207370724374.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Brosius updated JCR-1522: ------------------------------ Attachment: classfile_text_extractor.patch More human readable version > [PATCH] Java Class file text extractor > -------------------------------------- > > Key: JCR-1522 > URL: https://issues.apache.org/jira/browse/JCR-1522 > Project: Jackrabbit > Issue Type: New Feature > Components: jackrabbit-text-extractors > Affects Versions: 1.4.1 > Reporter: Dave Brosius > Priority: Trivial > Fix For: 1.4.1 > > Attachments: classfile_text_extractor.patch > > > A text extractor for a Java Class file. Pulls class, field and method names and signatures out of the class file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.