Hi all,

I know that IntelliJ is “the only” IDE :-)  That said, the current state of 
“master” in an Eclipse dev environment yields ~100 warnings - with typical 
config for Java 1.8 and Errors/Warnings and it would be best to clean these up 
as soon as we can / is reasonable.

I’ve seen mention of some of these warnings in other threads.  And the 
java_generify branch probably has a significant (hopefully beneficial :-) 
impact on this since a lot of the warnings  are released to raw types, casts, 
type safety.

https://github.com/apache/incubator-plc4x/pull/1 
<https://github.com/apache/incubator-plc4x/pull/1> cleans up a lot, but not 
all.  Please comment in the PR with any concerns.


FYI, yhe warnings mostly fall into the following categories:
- Some Eclipse specific “m2e” maven plugin config issues
- missing serialVersionUID values
- Raw type usage for generic types
- Resource leak
- unused imports
- static methods not accessed in a static way
- Unused local and field variables
- Type safety: Unchecked cast from ...
- Unnecessary @SuppressWarnings(“unchecked”)
- Unnecessary @SuppressWarnings(“unused”)
- poms:  “Version is duplicate of parent version”

— Dale

Reply via email to