Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Wtp-wst-dev] Workspace build of XPath2

Yes, those are valid warnings in the workspace. the Hudson build doesn't use the Eclipse Java compiler or API tooling to produce the warning trend information at the moment. It uses the standard compiler. It was getting confused on some items, and reporting false positives.

You will still get the API warnings, and they are accurate in your workspace. Because we have some public classes that are retuning internal data type classes. It's something we need to address for Psychopath as we look at version 2.0. For this version 1.1 I don't think we can safely address them just yet.

Dave

Jesper Steen Møller wrote:
I am using that, but I still have 342 warnings in the xpath plugin.
Stuff like non-API return types

-Jesper

On Fri, Oct 23, 2009 at 4:23 PM, David Carver <d_a_carver@xxxxxxxxx> wrote:
The correct, baseline to use for the API tooling is the Eclipse Java EE
3.5.x package.  I'm currently still using 3.5.0 as the target baseline.

Dave

Jesper Steen Møller wrote:
Hi David (and others)

I noticed you got rid of all the warnings in the continous build of
XPath2 -- in my workspace, however, I have tonnes of warnings from the
API tooling. I'm thinking it's a setup issue, or are you also seeing
this? What are the correct API baseline settings to use in the
project/workspace?

-Jesper
_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev


_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev

_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev




Back to the top