bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bug #42713] MalformedParameterizedTypeException thrown when


From: Per Bothner
Subject: [Bug-kawa] [bug #42713] MalformedParameterizedTypeException thrown when compiling
Date: Thu, 10 Jul 2014 14:41:07 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36

Update of bug #42713 (project kawa):

                  Status:                    None => Fixed                  
             Assigned to:                    None => bothner                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

The Exception was not about a kawa-generated field, but one in the Eclipse
classes.  As far as I can tell, it's not really a "malformed parameterized
type".  I'm guessing the problem might be related access-permissions issue -
for one thing, the field itself is private, so it's silly to resolve its
type.

I actually checked in two fixes, either of which should work, but both make
sense for performance reasons:
(1) Make the call getGenericType lazy -i.e. defer until getType is called.
(2) skip private fields (which the documentation states, but we didn't do).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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