bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bug #40902] IllegalAccessError kawa.lang.SyntaxForms$PairWit


From: John Tobey
Subject: [Bug-kawa] [bug #40902] IllegalAccessError kawa.lang.SyntaxForms$PairWithPositionSyntaxForm
Date: Sun, 15 Dec 2013 18:27:09 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:20.0) Gecko/20100101 Firefox/20.0

URL:
  <http://savannah.gnu.org/bugs/?40902>

                 Summary: IllegalAccessError
kawa.lang.SyntaxForms$PairWithPositionSyntaxForm
                 Project: Kawa
            Submitted by: jtobey
            Submitted on: Sun 15 Dec 2013 06:27:08 PM GMT
                Category: Scheme language
                Severity: 3 - Normal
              Item Group: Run-time exception
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I got this from (import (my class)).  "unexpected exception while compiling:
java.lang.IllegalAccessError: tried to access class
kawa.lang.SyntaxForms$PairWithPositionSyntaxForm from class my.class"

Fixed with:


Index: kawa/lang/SyntaxForms.java
===================================================================
--- kawa/lang/SyntaxForms.java  (revision 7716)
+++ kawa/lang/SyntaxForms.java  (working copy)
@@ -270,7 +270,7 @@
         }
     }
 
-    static class PairWithPositionSyntaxForm extends PairWithPosition
+    public static class PairWithPositionSyntaxForm extends PairWithPosition
         implements SyntaxForm, SourceLocator, Externalizable {
         private PairWithPosition datum;
         private TemplateScope scope;






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40902>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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