Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] 18,000 to 900 to 250 Warnings printed


Just to keep all informed,
reducing the default compiler warnings helped quite a bit, but the remaining "access violations" were
not as related to non-listed packages as I thought ... were was still a lot remaining.
So .. on first blush, seems to be a bug in the PDE batch builder, but we'll see .. maybe we've specified something
wrong for our "third party jars". You can follow
https://bugs.eclipse.org/bugs/show_bug.cgi?id=130067
if you like nitty gritty.

In the mean time, I did remove "forbidden" from the default warnings.
I know this sounds scary ... but ... doesn't really change the code, and I don't think any of us could
read though 600 such warnings to figure out if they are 'real' or not.

So .. remaining warnings *are* quite meaningful, I think, indicated wasted space ... either dead code,
or "live" memory in the form of unused variables. We'll attach those during M6.

Thanks (and .. do be sure to 'check my work' for all your plugins in touched).





Back to the top