Re: [lang] Applying IntelliJ IDEA refactorings

2017-07-11 Thread Jonathan Bluett-Duncan
Thanks Matt and Gary! I've just made a PR at https://github.com/apache/commons-lang/pull/276. Jonathan On 10 July 2017 at 03:47, Gary Gregory wrote: > On Jul 9, 2017 18:49, "Matt Sicker" wrote: > > I personally don't see the point of making a jira issue for it. > > > Agreed. > > Gary > > > On

Re: [lang] Applying IntelliJ IDEA refactorings

2017-07-09 Thread Gary Gregory
On Jul 9, 2017 18:49, "Matt Sicker" wrote: I personally don't see the point of making a jira issue for it. Agreed. Gary On 9 July 2017 at 20:19, Jonathan Bluett-Duncan wrote: > Okay, thanks for the clarification Gary. > > Does this mean, by extension, that there's no need to create a new J

Re: [lang] Applying IntelliJ IDEA refactorings

2017-07-09 Thread Matt Sicker
I personally don't see the point of making a jira issue for it. On 9 July 2017 at 20:19, Jonathan Bluett-Duncan wrote: > Okay, thanks for the clarification Gary. > > Does this mean, by extension, that there's no need to create a new JIRA > issue? In other words, would just a new GitHub PR be fin

Re: [lang] Applying IntelliJ IDEA refactorings

2017-07-09 Thread Jonathan Bluett-Duncan
Okay, thanks for the clarification Gary. Does this mean, by extension, that there's no need to create a new JIRA issue? In other words, would just a new GitHub PR be fine (at least for now)? Jonathan On 10 July 2017 at 01:32, Gary Gregory wrote: > I would think an ICLA is not needed if the onl

Re: [lang] Applying IntelliJ IDEA refactorings

2017-07-09 Thread Gary Gregory
I would think an ICLA is not needed if the only thing we are talking about are clean-up style refactoring. Gary On Sun, Jul 9, 2017 at 2:27 PM, Jonathan Bluett-Duncan < jbluettdun...@gmail.com> wrote: > I've re-read the contribution guidelines >

Re: [lang] Applying IntelliJ IDEA refactorings

2017-07-09 Thread Jonathan Bluett-Duncan
I've re-read the contribution guidelines , but it's not clear to me if my changes are non-trivial enough to warrant a new JIRA issue. Can someone advise me on this? Jonathan On 6 July 2017 at 00:51, Jonathan Bluett-Duncan wrote

Re: [lang] Applying IntelliJ IDEA refactorings

2017-07-05 Thread Jonathan Bluett-Duncan
Okay, I don't intend to apply any `@SuppressWarnings` during my refactoring efforts - if IntelliJ still reports warnings after my efforts, then I can live with that. :) Jonathan On 6 July 2017 at 00:31, Matt Sicker wrote: > The only thing I can think of that conflicts sometimes with IDEA versus

Re: [lang] Applying IntelliJ IDEA refactorings

2017-07-05 Thread Matt Sicker
The only thing I can think of that conflicts sometimes with IDEA versus Eclipse are custom @SupressWarnings strings causing warnings in Eclipse. The default IntelliJ warnings tend to be simple things that wouldn't cause an issue, however, based in my experience. It's only some of the advanced inspe

Re: [lang] Applying IntelliJ IDEA refactorings

2017-07-05 Thread Jonathan Bluett-Duncan
Great! Sounds like there's general agreement on me pursuing at least some of these refactorings, right? On the subject of code style guidelines, AFAIK [lang] uses Checkstyle to check style adherence? So I assume that if the corresponding Maven goal passes after a refactoring, then it's okay to sub

Re: [lang] Applying IntelliJ IDEA refactorings

2017-07-05 Thread Gary Gregory
Keep in mind that not all of us use IDEA. For example, I am on Eclipse. I do not think this should be an issue for any of these changes thougg. I do not expect that changes from IDEA warnings would cause the Eclipse Java compiler to issue warnings, and vice-versa. Gary On Jul 5, 2017 12:23, "Allo

Re: [lang] Applying IntelliJ IDEA refactorings

2017-07-05 Thread Allon Mureinik
I've submitted several such cleanups over the past couple of month, and for the most part, they've been well received. I think the key here is to improve the codebase when possible but to leave room to deviate from IntelliJ's norms when there's a good reason to. Perhaps annotating such places with

Re: [lang] Applying IntelliJ IDEA refactorings

2017-07-05 Thread Matt Sicker
I like the idea myself at least, though I'm not sure if it conflicts with any coding styleguides established. On 4 July 2017 at 18:18, Jonathan Bluett-Duncan wrote: > Hi all, > > I'm interested in going through commons-lang with IntelliJ IDEA and > applying small refactorings to make the code ba

[lang] Applying IntelliJ IDEA refactorings

2017-07-04 Thread Jonathan Bluett-Duncan
Hi all, I'm interested in going through commons-lang with IntelliJ IDEA and applying small refactorings to make the code base easier to read and/or more performant (and also make IntelliJ IDEA itself report less warnings). Is this something that the [lang] team would find useful? Examples of ref