Re: [pool] advertising unchecked exceptions

2023-07-19 Thread Gary Gregory
Sounds good. Gary On Tue, Jul 18, 2023, 18:54 Phil Steitz wrote: > I am going through now and comparing diffs of 2.11.1 and head of 2.x to > make sure that me and sed did not do anything wrong and I am seeing a bunch > of things like this: > > -void addObject() throws Exception, IllegalStat

Re: [pool] advertising unchecked exceptions

2023-07-19 Thread Elliotte Rusty Harold
On Tue, Jul 18, 2023 at 10:54 PM Phil Steitz wrote: > > I am going through now and comparing diffs of 2.11.1 and head of 2.x to > make sure that me and sed did not do anything wrong and I am seeing a bunch > of things like this: > > -void addObject() throws Exception, IllegalStateException, >

[pool] advertising unchecked exceptions

2023-07-18 Thread Phil Steitz
I am going through now and comparing diffs of 2.11.1 and head of 2.x to make sure that me and sed did not do anything wrong and I am seeing a bunch of things like this: -void addObject() throws Exception, IllegalStateException, -UnsupportedOperationException; +void addObject()