classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch


From: Tom Tromey
Subject: Re: Patch
Date: 22 Jul 2003 08:07:38 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Chris" == Chris Dailey <address@hidden> writes:

Chris> The following patch is an attempt to fix this difference:
Chris> http://japi.sab39.org/htmlout/h-jdk11-classpath.html#err_bad_java_lang
Chris> * field java.lang.reflect.Member.DECLARED: constant [1] in jdk11,
Chris>   but not constant in classpath

I think this must be a japi bug.  A field in an interface is
implicitly public, static, and final; see Java Language Specification,
2nd Ed, section 9.3.

Chris> Index: Member.java

FYI, please use "diff -u" or "diff -c", and also send a ChangeLog
entry with patches.

Tom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]