Re: 235 warnings

2018-02-27 Thread Dale LaBossiere
Apparently Eclipse’s JDT has its own built in parser as noted in https://jaxenter.com/java-8-support-in-eclipse-107723.html > On Feb 26, 2018, at 5:08 PM, Justin Mclean wrote: > > Hi, > >> I'd be inclined to do a bunch of the clean

Re: 235 warnings

2018-02-26 Thread Justin Mclean
Hi, > I'd be inclined to do a bunch of the cleanup myself if I had some degree of > confidence that the project was committed to their elimination. A project > policy of not delivering code that adds more is sufficient IMO (not sure > tooling enforcement is necessary). Can IntelliJ be configur

Re: 235 warnings

2018-02-26 Thread Justin Mclean
Hi, > Sonar[1] reports 158 code smells but those don’t seem to include any of the > categories of the 235 noted below. Not sure what to make of that. It could be that some rules have been turned off? I’m also seeing some sonar cube one that are legitimate issues but nothing too serious. Some o

AW: 235 warnings

2018-02-26 Thread Bahamada
(in the sonar comment section) and mark them as false positives if these are not a problem. Sebastian Von: Dale LaBossiere Gesendet: Montag, 26. Februar 2018 18:18 An: dev@plc4x.apache.org Betreff: Re: 235 warnings Sonar[1] reports 158 code smells but those don’t seem to include any of the

Re: 235 warnings

2018-02-26 Thread Dale LaBossiere
forcement is necessary). Can IntelliJ be configured to always show > to the warnings so folks can avoid them? > >How does the rest of the team feel about all of this? > >— Dale > > >> On Feb 24, 2018, at 7:02 PM, Justin Mclean wrote: >> >> Hi, >

Re: 235 warnings

2018-02-26 Thread Christofer Dutz
preference config) and java 1.8.0_161, Eclipse reports 235 warnings. The bulk of these seem to be Raw type and Type safety warnings. Are there plans for dealing with these? > > I guess you are project the only person using Eclipse. IntelliJ also gives number of warnings when you ana

Re: 235 warnings

2018-02-26 Thread Dale LaBossiere
; On Feb 24, 2018, at 7:02 PM, Justin Mclean wrote: > > Hi, > >> On the current “master” branch, Eclipse 4.6.3 (with std Error/Warning >> preference config) and java 1.8.0_161, Eclipse reports 235 warnings. The >> bulk of these seem to be Raw type and Type safety

Re: 235 warnings

2018-02-24 Thread Justin Mclean
Hi, > On the current “master” branch, Eclipse 4.6.3 (with std Error/Warning > preference config) and java 1.8.0_161, Eclipse reports 235 warnings. The bulk > of these seem to be Raw type and Type safety warnings. Are there plans for > dealing with these? I guess you are proj

235 warnings

2018-02-23 Thread Dale LaBossiere
On the current “master” branch, Eclipse 4.6.3 (with std Error/Warning preference config) and java 1.8.0_161, Eclipse reports 235 warnings. The bulk of these seem to be Raw type and Type safety warnings. Are there plans for dealing with these? (Warning: don’t try this with Eclipse 4.7.2 and