[ nice-Feature Requests-1183271 ] Retain method signatures for Java from Nice Interfaces

"SourceForge.net" <[email protected]> Thu, 14 Apr 2005 12:28:30 -0700
Newsgroups gmane.comp.lang.nice.general
Message-ID <[email protected]>
Feature Requests item #1183271, was opened at 2005-04-14 12:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=362788&aid=1183271&group_id=12788

Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Retain method signatures for Java from Nice Interfaces

Initial Comment:
Interfaces defined in nice result in empty java interfaces
in the nice compiler output which is pretty bad,
because these
interfaces are not useable in java anymore.

/* TestInterface.nice */
package test;
interface TestInterface
{
    void a();
    
    int b(int value)
    {
      return value;
    }
}


/* Decompiled by Mocha from TestInterface.class */
/* Originally compiled from TestInterface.nice */
package test;
public interface TestInterface
{
}


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=362788&aid=1183271&group_id=12788


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728