Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Tool for compatibility checking?

Reply
Thread Tools

Tool for compatibility checking?

 
 
Mike Schilling
Guest
Posts: n/a
 
      03-27-2011
Does anyone know of a tool, preferably open source, for checking that
versions N and N+1 of a library are compatible? Ideally:

* The tool is open source
* It allows specifying which classes are to be checked, either by inclusion
or by exclusion
* Its result is a report listing any places where compatibility has been
violated, e.g. where a method was added to an interface



 
Reply With Quote
 
 
 
 
Arne Vajhøj
Guest
Posts: n/a
 
      03-27-2011
On 27-03-2011 12:13, Mike Schilling wrote:
> Does anyone know of a tool, preferably open source, for checking that
> versions N and N+1 of a library are compatible? Ideally:
>
> * The tool is open source
> * It allows specifying which classes are to be checked, either by
> inclusion or by exclusion
> * Its result is a report listing any places where compatibility has been
> violated, e.g. where a method was added to an interface


I assume that you mean a simple API support check and not a check
against implementation problems in the library.

No - I don't know of either, but it is two very different problems.

Arne

 
Reply With Quote
 
 
 
 
Mike Schilling
Guest
Posts: n/a
 
      03-27-2011


"Arne Vajhøj" <> wrote in message
news:4d8f63f6$0$23752$...
> On 27-03-2011 12:13, Mike Schilling wrote:
>> Does anyone know of a tool, preferably open source, for checking that
>> versions N and N+1 of a library are compatible? Ideally:
>>
>> * The tool is open source
>> * It allows specifying which classes are to be checked, either by
>> inclusion or by exclusion
>> * Its result is a report listing any places where compatibility has been
>> violated, e.g. where a method was added to an interface

>
> I assume that you mean a simple API support check and not a check
> against implementation problems in the library.


Yes. I don't see how to check the latter (run-time compatibility) other
than a complete set of unit tests.


 
Reply With Quote
 
Arne Vajhøj
Guest
Posts: n/a
 
      03-27-2011
On 27-03-2011 12:38, Mike Schilling wrote:
> "Arne Vajhøj" <> wrote in message
> news:4d8f63f6$0$23752$...
>> On 27-03-2011 12:13, Mike Schilling wrote:
>>> Does anyone know of a tool, preferably open source, for checking that
>>> versions N and N+1 of a library are compatible? Ideally:
>>>
>>> * The tool is open source
>>> * It allows specifying which classes are to be checked, either by
>>> inclusion or by exclusion
>>> * Its result is a report listing any places where compatibility has been
>>> violated, e.g. where a method was added to an interface

>>
>> I assume that you mean a simple API support check and not a check
>> against implementation problems in the library.

>
> Yes. I don't see how to check the latter (run-time compatibility) other
> than a complete set of unit tests.


Exactly.

Arne

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for a tool to checkfor python script backward compatibility Baptiste Lepilleur Python 1 07-13-2009 11:29 AM
x64 Compatibility Tool Dan Codispoti Windows 64bit 7 01-20-2008 01:33 AM
automated browser compatibility testing tool smith Javascript 1 09-18-2007 11:51 AM
automated browser compatibility tool smith HTML 1 09-18-2007 11:44 AM
need recommendations on what brand, specific computer tool kit to buy (physical tool kits, not software kits/suites) Trevor Smithson Computer Support 5 05-25-2005 07:48 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57