Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] ReferenceBinding#isClass()

Done for Search and Javadoc references.

Search:
    MatchLocator.lookupType(ReferenceBinding)
        This was one item of my TODO's list...

Javadoc references:
    Javadoc.resolveThrowsTags(MethodScope,boolean)
        No change as we really wanted to test that's a class
        Just add a comment to precise this point...

These changes have been released in HEAD.

Frédéric




                                                                       
             Philippe P                                                
             Mulet/France/IBM@                                         
             IBMFR                                                      To
             Sent by:                  jdt-core-dev@xxxxxxxxxxx        
             jdt-core-dev-admi                                          cc
             n@xxxxxxxxxxx                                             
                                                                   Subject
                                       [jdt-core-dev]                  
             03/21/2005 04:05          ReferenceBinding#isClass()      
             PM                                                        
                                                                       
                                                                       
             Please respond to                                         
               jdt-core-dev                                            
                                                                       
                                                                       




Please make sure to double check all senders of ReferenceBinding#isClass()
in your code asap.

Remember that enum types will answer false to #isClass(). In many places, I
had to convert from 'isClass()' to '!isInterface()'.

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev




Back to the top