Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » method missing in jar file(org.eclipse.jdt.internal.corext.refactoring.code.InlineMethodRefactoring)
method missing in jar file [message #520707] Sun, 14 March 2010 13:20 Go to next message
Eclipse UserFriend
i am using org.eclipse.jdt.ui3.5.1.r351_v20090821-0800.jar to do inline method refactoring, but when i want to call initialize method of class InlineMethodRefactoring which is present in
org.eclipse.jdt.internal.corext.refactoring.code package,but when i call initialize method, it gives me error no such method found. I have got the source code of InlineMethodRefactoring from following site :

http://demo.spars.info/j/frameset.cgi?compo_id=131268&pa ckagename=org.eclipse.jdt.internal.corext.refactoring.code&a mp;componame=org.eclipse.jdt.internal.corext.refactoring.cod e.InlineMethodRefactoring$Mode&mode=frameset&ref=5&a mp;start_class=0&location=1111111111111111111&MORPHO =1&LANG=1&compo_id=131296

and initialize method is there in the class.I am unable to get why this problem occur?
Re: method missing in jar file [message #520729 is a reply to message #520707] Sun, 14 March 2010 19:11 Go to previous message
Eclipse UserFriend
lehmia wrote:
> i am using org.eclipse.jdt.ui3.5.1.r351_v20090821-0800.jar to do inline
> method refactoring, but when i want to call initialize method of class
> InlineMethodRefactoring which is present in
> org.eclipse.jdt.internal.corext.refactoring.code package,but when i call
> initialize method, it gives me error no such method found. I have got
> the source code of InlineMethodRefactoring from following site :
>
> http://demo.spars.info/j/frameset.cgi?compo_id=131268&pa ckagename=org.eclipse.jdt.internal.corext.refactoring.code&a mp;componame=org.eclipse.jdt.internal.corext.refactoring.cod e.InlineMethodRefactoring$Mode&mode=frameset&ref=5&a mp;start_class=0&location=1111111111111111111&MORPHO =1&LANG=1&compo_id=131296
>
>
> and initialize method is there in the class.I am unable to get why this
> problem occur?
>
The link that you provided appears to be an old version of the source
code. The copyright is only through 2006.

The class you are calling is in an internal package. This means that
the class is not official API and can change in any release. My guess
is that in the 3.5.1 release, this method is no longer available.
Previous Topic:Creating a .jar file
Next Topic:GUI Designer in Eclipse
Goto Forum:
  


Current Time: Thu Mar 20 08:40:00 EDT 2025

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

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

Back to the top