Re: [BCEL] Console warning

2019-04-12 Thread Gary Gregory
Tracking here: https://issues.apache.org/jira/browse/BCEL-316 Gary On Fri, Apr 12, 2019 at 8:58 AM Gary Gregory wrote: > I'm going to take the same lame-ish approach as > org.apache.bcel.classfile.JavaClass.debug. It's a hack, but we have a > precedent here; until we come to a better solution.

Re: [BCEL] Console warning

2019-04-12 Thread Gary Gregory
I'm going to take the same lame-ish approach as org.apache.bcel.classfile.JavaClass.debug. It's a hack, but we have a precedent here; until we come to a better solution. I think JUL is ... not great. Gary On Wed, Apr 10, 2019 at 8:01 PM Bruno P. Kinoshita wrote: > +1 for dropping or improving.

Re: [BCEL] Console warning

2019-04-10 Thread Bruno P. Kinoshita
+1 for dropping or improving. [imaging] will go out in 1.0 with j.u.l if I recall correctly. Maybe a similar approach would work here, if we decide to keep the logs. CheersBruno On Thursday, 11 April 2019, 11:58:40 am NZST, Rob Tompkins wrote: > On Apr 10, 2019, at 7:46 PM, Gary Gr

Re: [BCEL] Console warning

2019-04-10 Thread Rob Tompkins
> On Apr 10, 2019, at 7:46 PM, Gary Gregory wrote: > >> On Wed, Apr 10, 2019 at 7:44 PM Rob Tompkins wrote: >> >> >> >>> On Apr 10, 2019, at 7:20 PM, Gary Gregory >> wrote: >>> >>> Hi All: >>> >>> In BCEL, we log a warning to the console: >>> >>> >> https://github.com/apache/commons-b

Re: [BCEL] Console warning

2019-04-10 Thread Gary Gregory
On Wed, Apr 10, 2019 at 7:44 PM Rob Tompkins wrote: > > > > On Apr 10, 2019, at 7:20 PM, Gary Gregory > wrote: > > > > Hi All: > > > > In BCEL, we log a warning to the console: > > > > > https://github.com/apache/commons-bcel/blob/master/src/main/java/org/apache/bcel/classfile/Attribute.java#L24

Re: [BCEL] Console warning

2019-04-10 Thread Gary Gregory
> source. > > Mark > > -Original Message- > From: Gary Gregory [mailto:garydgreg...@gmail.com] > Sent: Wednesday, April 10, 2019 4:20 PM > To: Commons Developers List > Subject: [BCEL] Console warning > > Hi All: > > In BCEL, we log a warning to the cons

Re: [BCEL] Console warning

2019-04-10 Thread Rob Tompkins
> On Apr 10, 2019, at 7:20 PM, Gary Gregory wrote: > > Hi All: > > In BCEL, we log a warning to the console: > > https://github.com/apache/commons-bcel/blob/master/src/main/java/org/apache/bcel/classfile/Attribute.java#L240 > > Which you can't really do anything about since it does not tell

RE: [BCEL] Console warning

2019-04-10 Thread Mark Roberts
egory [mailto:garydgreg...@gmail.com] Sent: Wednesday, April 10, 2019 4:20 PM To: Commons Developers List Subject: [BCEL] Console warning Hi All: In BCEL, we log a warning to the console: https://github.com/apache/commons-bcel/blob/master/src/main/java/org/apache/bcel/classfile/Attribute.java#L240 Which you

[BCEL] Console warning

2019-04-10 Thread Gary Gregory
Hi All: In BCEL, we log a warning to the console: https://github.com/apache/commons-bcel/blob/master/src/main/java/org/apache/bcel/classfile/Attribute.java#L240 Which you can't really do anything about since it does not tell you what class file it is complaining about. 1) Should remove the logg