classpath
[Top][All Lists]
Advanced

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

Re: abstract interfaces in Classpath source


From: Brian Jones
Subject: Re: abstract interfaces in Classpath source
Date: 17 May 2001 23:02:15 -0400
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

John Leuner <address@hidden> writes:

> When I compile the classpath java files with jikes, there are many warnings 
> like the following:
> 
> Issued 1 semantic warning compiling 
> "java/security/spec/AlgorithmParameterSpec.java":
> 
>     39. public abstract interface AlgorithmParameterSpec
>                <------>

You can probably remove the abstract keyword for interfaces.  It is
redundant but actually made a difference under some 1.1 compilers when
inspecting the produced classes with javap although perhaps that was
just a javap issue rather than a compiler issue.

Brian
-- 
Brian Jones <address@hidden>



reply via email to

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