Replies: 1 comment 4 replies
-
In Eclipse 2021-12, the code cleanup for java is set true for 109 of 114. Only extra plugin in there is jautodoc so that will differ slightly from stock Eclipse. What I skipped was teh 'source fixing' (3) as more experimental with warnings, sort members, and jautodoc header given we already license header. With recent Eclipse versions, due to some of the rewriting, it takes a couple of passes to fully complete. I'm basically completed at this point. Please discuss any concerns or issues here and things to look at. I'll start. Yes some things are now a bit more verbose but its clear to intent (static vs instance). Finals are in place to prevent changes of data which is already a problem in numerous spots. Static usage in tests are usually highly contested. I don't personally use them at all if there are very few to start with which ironically is most of the time. Eclipse on that one unless I'm missing something dislikes them. |
Beta Was this translation helpful? Give feedback.
-
I ran a full code cleanup via Eclipse 2021-12 a while back but had not gotten around to bringing it in. Making many passes trying to break this up in more easily read passes. We can debate finer points later. I have not fully checked if any other items can come in and/or adjustments to the detection as of yet but will be doing so afterwards. Main point here was to get this code off my machine and moving so I can follow up with better caching fix.
Beta Was this translation helpful? Give feedback.
All reactions