Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #23408 > unrolled thread

Eclipse-3.7.2, findbugs-2.0.2, JDK-1.7.0_xx?

Started byv_borchert@despammed.com (Volker Borchert)
First post2013-04-10 12:16 +0000
Last post2013-04-23 23:46 +0000
Articles 3 — 2 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  Eclipse-3.7.2, findbugs-2.0.2, JDK-1.7.0_xx? v_borchert@despammed.com (Volker Borchert) - 2013-04-10 12:16 +0000
    Re: Eclipse-3.7.2, findbugs-2.0.2, JDK-1.7.0_xx? Arne Vajhøj <arne@vajhoej.dk> - 2013-04-10 19:46 -0400
      Re: Eclipse-3.7.2, findbugs-2.0.2, JDK-1.7.0_xx? v_borchert@despammed.com (Volker Borchert) - 2013-04-23 23:46 +0000

#23408 — Eclipse-3.7.2, findbugs-2.0.2, JDK-1.7.0_xx?

Fromv_borchert@despammed.com (Volker Borchert)
Date2013-04-10 12:16 +0000
SubjectEclipse-3.7.2, findbugs-2.0.2, JDK-1.7.0_xx?
Message-ID<kk3l63$luk$1@Gaia.teknon.de>
I am using Eclpise-3.7.2 with findbugs-2.0.2 to work on an application
compiled against and running on JDK/JRE-1.7.0_xx. However, I am running
Eclipse itself on JDK-1.6.0_xx because my favourite database brwoser,
jORA, does not run properly otherwise.

In this set-up, findbugs fails to recognize the news of 1.7, like the
Objects class or the additional java.sql.ResultSet methods.

I couldn't find a setting for this. Am I missing something obvious or
is findbugs condemned to analyze against the JDK the hosting Eclipse
is running on?

TIA
	Volker

-- 

"I'm a doctor, not a mechanic." Dr Leonard McCoy <mccoy@ncc1701.starfleet.fed>
"I'm a mechanic, not a doctor." Volker Borchert  <v_borchert@despammed.com>

[toc] | [next] | [standalone]


#23418

FromArne Vajhøj <arne@vajhoej.dk>
Date2013-04-10 19:46 -0400
Message-ID<5165f9e4$0$32108$14726298@news.sunsite.dk>
In reply to#23408
On 4/10/2013 8:16 AM, Volker Borchert wrote:
> I am using Eclpise-3.7.2 with findbugs-2.0.2 to work on an application
> compiled against and running on JDK/JRE-1.7.0_xx. However, I am running
> Eclipse itself on JDK-1.6.0_xx because my favourite database brwoser,
> jORA, does not run properly otherwise.
>
> In this set-up, findbugs fails to recognize the news of 1.7, like the
> Objects class or the additional java.sql.ResultSet methods.
>
> I couldn't find a setting for this. Am I missing something obvious or
> is findbugs condemned to analyze against the JDK the hosting Eclipse
> is running on?

Is FindBug run via an Eclipse plugin or an Ant script?

If the first try the second.

Arne

[toc] | [prev] | [next] | [standalone]


#23605

Fromv_borchert@despammed.com (Volker Borchert)
Date2013-04-23 23:46 +0000
Message-ID<kl76fv$9gm$1@Gaia.teknon.de>
In reply to#23418
Arne Vajhøj wrote:

> Is FindBug run via an Eclipse plugin or an Ant script?
> 
> If the first try the second.

Tried that, but got really strange messages that seemed to indicate
that file names were broken in two sometimes. Gave up on that for now.

-- 

"I'm a doctor, not a mechanic." Dr Leonard McCoy <mccoy@ncc1701.starfleet.fed>
"I'm a mechanic, not a doctor." Volker Borchert  <v_borchert@despammed.com>

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web