bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bug #31353] boolean type


From: Per Bothner
Subject: [Bug-kawa] [bug #31353] boolean type
Date: Sun, 17 Oct 2010 06:17:46 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3

Update of bug #31353 (project kawa):

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

    _______________________________________________________

Follow-up Comment #1:

The issue here was the difference between the primitive (non-object) type
'boolean' vs the boxed object type java.lang.Boolean.  'boolean' referes to
the former, but instance? only makes sense for object types.  It seems to make
sense to silently/automatically convert primitive types top boxed types in the
context of instance?.  I did that - fix and test-case checked in.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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