[lang] Adjustment to BitField

2005-07-04 Thread Steven Caswell
While looking at the coverage of test cases, I noticed the following in the BitField class: If I create a BitField with a mask of 0, then invoke isAllSet(0), the return value is true, instead of false as I expected. Is there any particular reason the method should behave this way, or should it

RE: [lang] Adjustment to BitField

2005-07-04 Thread James Carman
Developers List Subject: [lang] Adjustment to BitField While looking at the coverage of test cases, I noticed the following in the BitField class: If I create a BitField with a mask of 0, then invoke isAllSet(0), the return value is true, instead of false as I expected. Is there any particular