Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » data flow analysis using the JDT infrastructure
data flow analysis using the JDT infrastructure [message #247996] Sun, 23 September 2007 21:40 Go to next message
Eclipse UserFriend
Originally posted by: svylbowe.hotmail.com

Hi,

I'd like to perform some data flow analysis on java source code.
Specifically, I am thinking of analysis such as reaching definitions,
liveness etc. Can anyone direct me to the relevant part of the JDT API?

I have been looking a little at the
org.eclipse.jdt.internal.corext.refactoring.code.flow-packag e, but I would
really appreciate some usage examples.

-- AH
Re: data flow analysis using the JDT infrastructure [message #248268 is a reply to message #247996] Sun, 30 September 2007 22:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jacek.pospychala.pl.ibm.com

hello,
You've been asking the same question some time ago and you got
references to org.eclipse.jdt.ui plugin and some presentation.
How good were these sources? Did you found anything interesting there?

Anders H wrote:
> Hi,
>
> I'd like to perform some data flow analysis on java source code.
> Specifically, I am thinking of analysis such as reaching definitions,
> liveness etc. Can anyone direct me to the relevant part of the JDT API?
>
> I have been looking a little at the
> org.eclipse.jdt.internal.corext.refactoring.code.flow-packag e, but I would
> really appreciate some usage examples.
>
> -- AH
>
>
>
Re: data flow analysis using the JDT infrastructure [message #248519 is a reply to message #248268] Tue, 09 October 2007 17:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: svylbowe.hotmail.com

Hi,

> You've been asking the same question some time ago and you got references
> to org.eclipse.jdt.ui plugin and some presentation.
> How good were these sources? Did you found anything interesting there?

Yep, I asked a similar question some time ago, but the references I got were
unfortunately somewhat superficial. Here is a link that I found later which
with a few adaptions can be used with the Eclipse JDT:

https://robby.user.cis.ksu.edu/courses/compiler/

I am still, however, looking for more precise references..

-- AH
Re: data flow analysis using the JDT infrastructure [message #250779 is a reply to message #248268] Tue, 22 January 2008 11:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: svylbowe.hotmail.com

Hi again,

I finished my project. You can find examples of my use of the Eclipse AST
for flow analysis in the source code on this website:

http://www.itu.dk/people/hessellund/smartemf/index.php?page= sourcecode

-- Anders

"Jacek Pospychala" <jacek.pospychala@pl.ibm.com> wrote in message
news:fdp7kq$rig$1@build.eclipse.org...
> hello,
> You've been asking the same question some time ago and you got references
> to org.eclipse.jdt.ui plugin and some presentation.
> How good were these sources? Did you found anything interesting there?
>
> Anders H wrote:
>> Hi,
>>
>> I'd like to perform some data flow analysis on java source code.
>> Specifically, I am thinking of analysis such as reaching definitions,
>> liveness etc. Can anyone direct me to the relevant part of the JDT API?
>>
>> I have been looking a little at the
>> org.eclipse.jdt.internal.corext.refactoring.code.flow-packag e, but I
>> would really appreciate some usage examples.
>>
>> -- AH
>>
>>
Re: data flow analysis using the JDT infrastructure [message #1765276 is a reply to message #250779] Thu, 08 June 2017 02:32 Go to previous message
Jia Qianqian is currently offline Jia QianqianFriend
Messages: 1
Registered: June 2017
Junior Member
Hi,
The website you posted is forbidden. Can you provide me with a accessible website? Thanks .
Previous Topic:Autocomplete function return value
Next Topic:Error
Goto Forum:
  


Current Time: Tue Apr 23 17:25:54 GMT 2024

Powered by FUDForum. Page generated in 0.03746 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top