From unknown Mon Jun 23 04:11:19 2025
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
Content-Type: text/plain; charset=utf-8
From: bug#7075 <7075@debbugs.gnu.org>
To: bug#7075 <7075@debbugs.gnu.org>
Subject: Status: Various problems in syntax highlighting and indentation
in Java mode
Reply-To: bug#7075 <7075@debbugs.gnu.org>
Date: Mon, 23 Jun 2025 11:11:19 +0000
retitle 7075 Various problems in syntax highlighting and indentation in Jav=
a mode
reassign 7075 emacs,cc-mode
submitter 7075 Paul Pogonyshev
severity 7075 normal
thanks
From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 20 07:46:57 2010
Received: (at submit) by debbugs.gnu.org; 20 Sep 2010 11:46:57 +0000
Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.69)
(envelope-from )
id 1Oxepl-0003rD-H5
for submit@debbugs.gnu.org; Mon, 20 Sep 2010 07:46:57 -0400
Received: from eggs.gnu.org ([140.186.70.92])
by debbugs.gnu.org with esmtp (Exim 4.69)
(envelope-from ) id 1Oxepj-0003r8-HC
for submit@debbugs.gnu.org; Mon, 20 Sep 2010 07:46:56 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69)
(envelope-from ) id 1Oxes8-0004DR-D8
for submit@debbugs.gnu.org; Mon, 20 Sep 2010 07:49:25 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org
X-Spam-Level:
X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RCVD_IN_SORBS_WEB
autolearn=no version=3.3.1
Received: from lists.gnu.org ([199.232.76.165]:53987)
by eggs.gnu.org with esmtp (Exim 4.69)
(envelope-from ) id 1Oxes2-0004C5-03
for submit@debbugs.gnu.org; Mon, 20 Sep 2010 07:49:24 -0400
Received: from [140.186.70.92] (port=53227 helo=eggs.gnu.org)
by lists.gnu.org with esmtp (Exim 4.43) id 1Oxerp-00014n-Kk
for bug-gnu-emacs@gnu.org; Mon, 20 Sep 2010 07:49:12 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69)
(envelope-from ) id 1Oxerl-0004AY-HG
for bug-gnu-emacs@gnu.org; Mon, 20 Sep 2010 07:49:02 -0400
Received: from bluelynx6.ukhost4u.com ([195.216.197.62]:55143)
by eggs.gnu.org with esmtp (Exim 4.69)
(envelope-from ) id 1Oxerl-00048z-C8
for bug-gnu-emacs@gnu.org; Mon, 20 Sep 2010 07:49:01 -0400
Received: from [80.249.84.240] (helo=racoon.localnet)
by bluelynx6.ukhost4u.com with esmtpsa (TLSv1:AES256-SHA:256)
(Exim 4.69) (envelope-from )
id 1OxejM-0004gu-Ey; Mon, 20 Sep 2010 12:40:20 +0100
From: Paul Pogonyshev
To: bug-gnu-emacs@gnu.org
Subject: Various problems in syntax highlighting and indentation in Java mode
Date: Mon, 20 Sep 2010 14:48:21 +0300
User-Agent: KMail/1.12.3 (Linux/2.6.27.5-117.fc10.i686; KDE/4.3.3; i686; ; )
MIME-Version: 1.0
Content-Type: Text/Plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Message-Id: <201009201448.21935.p.pogonyshev@anakreon.net>
X-AntiAbuse: This header was added to track abuse,
please include it with any abuse report
X-AntiAbuse: Primary Hostname - bluelynx6.ukhost4u.com
X-AntiAbuse: Original Domain - gnu.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - anakreon.net
X-Source:
X-Source-Args:
X-Source-Dir:
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2)
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older,
4)
X-Spam-Score: -5.3 (-----)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: debbugs-submit-bounces@debbugs.gnu.org
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
X-Spam-Score: -5.4 (-----)
A change log entry states that some work to support Java 5+ has been
done:
2010-07-31 Nathaniel Flath
Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
However, there are still many problems. To reproduce, save the
example at the end of this message as a Java file.
Here are the errors I see:
* 'bar' and 'ham' are not highlighted as variables (but 'foo' is);
*