Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] [jdt-core-dev] New 3.0 early preview posted

JavaHotCodeReplaceManager is using internal code from JDT/Core:

      import org.eclipse.jdt.internal.core.Util;

should be transformed into:

      import org.eclipse.jdt.internal.core.util.Util;

BTW - you should get rid of internal dependencies, and thank Thomas Maeder
who noticed it...

----- Forwarded by Philippe P Mulet/France/IBM on 12/09/2003 11:59 AM -----
                                                                                                                                               
                      Philippe P                                                                                                               
                      Mulet/France/IBM@IB        To:       jdt-core-dev@xxxxxxxxxxx                                                            
                      MFR                        cc:                                                                                           
                      Sent by:                   Subject:  [jdt-core-dev] New 3.0 early preview posted                                         
                      jdt-core-dev-admin@                                                                                                      
                      eclipse.org                                                                                                              
                                                                                                                                               
                                                                                                                                               
                      12/08/2003 06:09 PM                                                                                                      
                      Please respond to                                                                                                        
                      jdt-core-dev                                                                                                             
                                                                                                                                               
                                                                                                                                               




A new patch for JDT/Core got posted in our download area
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/r3.0/main.html#updates


This patch is a preview of our next contribution to the 3.0 integration
build. Please note that further changes may be committed until we
integrate,
but unless notified these should not affect the overall behavior of this
preview.

For further information about this integration preview, please read the
corresponding build notes at:
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.jdt.core/buildnotes_jdt-core.html?rev=1.2679&content-type=text/plain


Corresponding sources are versionned as "v_389a".

IMPORTANT NOTE for JDT/UI:
Fix for 32022 Indirect static proposal: Wrong compiler positions
is breaking a UI test.
_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev






Back to the top