Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Why two separate flow packages in jdt?
Why two separate flow packages in jdt? [message #122672] Thu, 27 November 2003 07:50 Go to next message
Eclipse UserFriend
Originally posted by: mj.noemail.com

Why does jdt have these two packages dealing with flowcontrol?

1. org.eclipse.jdt.internal.corext.refactoring.code.flow
2. org.eclipse.jdt.internal.compiler.flow

What (if anything) is the difference between them?

Micheal
Re: Why two separate flow packages in jdt? [message #122794 is a reply to message #122672] Fri, 28 November 2003 01:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: akiezun.cuthis.mit.edu.andthis

2. is an internal compiler package (used for compilation, of course)
1. is a refatoring-related package (used by refactorings are affected by
control flow, like extract method)

well, why am i saying this? it's not too hard to make out from the names :-)
a.

> 1. org.eclipse.jdt.internal.corext.refactoring.code.flow
> 2. org.eclipse.jdt.internal.compiler.flow
Re: Why two separate flow packages in jdt? [message #124686 is a reply to message #122672] Thu, 04 December 2003 18:12 Go to previous message
Eclipse UserFriend
As the names suggest one is for the compiler and the other is for
refactoring.
They have different functionality.

Dirk
"Micheal" <mj@noemail.com> wrote in message news:bq4rct$4jk$1@eclipse.org...
> Why does jdt have these two packages dealing with flowcontrol?
>
> 1. org.eclipse.jdt.internal.corext.refactoring.code.flow
> 2. org.eclipse.jdt.internal.compiler.flow
>
> What (if anything) is the difference between them?
>
> Micheal
>
Previous Topic:plug-in behavior strange.
Next Topic:Refactoring: How to rename method in class and subclasses but not superclass
Goto Forum:
  


Current Time: Sun Jul 13 20:35:31 EDT 2025

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

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

Back to the top