From d539f9e827c8597423bd16e4e04a28c2bc90e9a8 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 3 Jun 2004 22:45:10 +0000 Subject: [PATCH] Warnings for new java typemaps git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5972 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Warnings.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Doc/Manual/Warnings.html b/Doc/Manual/Warnings.html index 445131592..f267ca92a 100644 --- a/Doc/Manual/Warnings.html +++ b/Doc/Manual/Warnings.html @@ -406,11 +406,15 @@ example.i(4): Syntax error in input.
  • 811. No jtype typemap defined for type (Java).
  • 812. No jstype typemap defined for type (Java).
  • 813. Warning for classname: Base baseclass ignored. Multiple inheritance is not supported in Java. (Java). -
  • 814. No javagetcptr typemap defined for type (Java). +
  • 814.
  • 815. No javafinalize typemap defined for type (Java). -
  • 816. No javaptrconstructormodifier typemap defined for type (Java). +
  • 816. No javabody typemap defined for type (Java).
  • 817. No javaout typemap defined for type (Java).
  • 818. No javain typemap defined for type (Java). +
  • 819. No javadirectorin typemap defined for type (Java). +
  • 820. No javadirectorout typemap defined for type (Java). +
  • 821. +
  • 822. Covariant return types not supported in Java. Proxy method will return basetype (Java).

    12.7.7 User defined (900-999)