<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AdT QuickFix - CreateMethod - take parameters from code? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103810#M1972940</link>
    <description>&lt;P&gt;For reference, this is how it works on a method of a class: &lt;/P&gt;&lt;P&gt;(and how I also would suspect it for a method of an interface?!) &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1739110-2019-10-22-16-52-00-define-method-signature.jpg" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2019 14:53:56 GMT</pubDate>
    <dc:creator>joachimrees1</dc:creator>
    <dc:date>2019-10-22T14:53:56Z</dc:date>
    <item>
      <title>AdT QuickFix - CreateMethod - take parameters from code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103804#M1972934</link>
      <description>&lt;P&gt;Shouldn't the "create method" quick fix take the parameters from the coding?!&lt;/P&gt;
  &lt;P&gt;It seems not to:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1739070-2019-10-21-16-40-27-define-method-signature.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;My understanding - which might be wrong - is, that I write down the method call (with parameters), quick-fix to create that method i just 'described'/used and then go ahead an fill it with coding. &lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 14:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103804#M1972934</guid>
      <dc:creator>joachimrees1</dc:creator>
      <dc:date>2019-10-21T14:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: AdT QuickFix - CreateMethod - take parameters from code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103805#M1972935</link>
      <description>&lt;P&gt;Might be something wrong with my backend - when trying to create that method, I get a dump OBJECTS_OBJREF_NOT_ASSIGNED in CL_RFAC_METHOD_INSERTER=======CP&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1739071-2019-10-21-16-58-31-runtime-error-long-text.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 15:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103805#M1972935</guid>
      <dc:creator>joachimrees1</dc:creator>
      <dc:date>2019-10-21T15:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: AdT QuickFix - CreateMethod - take parameters from code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103806#M1972936</link>
      <description>&lt;P&gt;You might ask me tomorrow &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 19:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103806#M1972936</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2019-10-21T19:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: AdT QuickFix - CreateMethod - take parameters from code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103807#M1972937</link>
      <description>&lt;P&gt;You can use either CALL METHOD (please don't) or the functional style with brackets. Here you are using brackets with CALL METHOD. You should get a syntax error.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 12:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103807#M1972937</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2019-10-22T12:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: AdT QuickFix - CreateMethod - take parameters from code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103808#M1972938</link>
      <description>&lt;P&gt;Once the method is created, it ("using brackets with CALL METHOD") seems fine syntax wise:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1739107-2019-10-22-16-19-53-workspace-include-fis-mm-mwul.jpg" /&gt;&lt;/P&gt;&lt;P&gt;But I do &lt;STRONG&gt;get and appreciate&lt;/STRONG&gt; what you are getting me towards! &lt;/P&gt;&lt;P&gt;(I'm trying to &lt;STRONG&gt;refactor &lt;/STRONG&gt;legacy coding while &lt;STRONG&gt;also &lt;/STRONG&gt;trying to get back into AdT, while &lt;STRONG&gt;also &lt;/STRONG&gt;trying to utilize it's refactoring features. &lt;/P&gt;&lt;P&gt;I guess that might be to much in combination - I'll probably try the AdT features on a playground report, without the burden of legacy code... )&lt;/P&gt;&lt;P&gt;Btw. Version are:&lt;/P&gt;&lt;P&gt;Eclipse 2019-09 &lt;BR /&gt;AdT 3.4.4&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 14:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103808#M1972938</guid>
      <dc:creator>joachimrees1</dc:creator>
      <dc:date>2019-10-22T14:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: AdT QuickFix - CreateMethod - take parameters from code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103809#M1972939</link>
      <description>&lt;P&gt;OK, I can narrow it down to this: &lt;/P&gt;&lt;P&gt;When using "create method" quick fix to create a new &lt;STRONG&gt;method to an interface&lt;/STRONG&gt;, the parameters are not taken from the code:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1739109-2019-10-22-16-47-17-define-method-signature.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 14:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103809#M1972939</guid>
      <dc:creator>joachimrees1</dc:creator>
      <dc:date>2019-10-22T14:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: AdT QuickFix - CreateMethod - take parameters from code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103810#M1972940</link>
      <description>&lt;P&gt;For reference, this is how it works on a method of a class: &lt;/P&gt;&lt;P&gt;(and how I also would suspect it for a method of an interface?!) &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1739110-2019-10-22-16-52-00-define-method-signature.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 14:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103810#M1972940</guid>
      <dc:creator>joachimrees1</dc:creator>
      <dc:date>2019-10-22T14:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: AdT QuickFix - CreateMethod - take parameters from code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103811#M1972941</link>
      <description>&lt;P&gt;You are
right, it does not work yet. - But you can first create (by Quick Fix) the method in the class, and
then you can refactor that method and "pull" (also by Quick Fix) it to the interface:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1740174-screenshot.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 23:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-quickfix-createmethod-take-parameters-from-code/m-p/12103811#M1972941</guid>
      <dc:creator>foessleitner</dc:creator>
      <dc:date>2019-10-22T23:11:47Z</dc:date>
    </item>
  </channel>
</rss>

