<?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 Eclipse IDE Content Assist Not Appearing in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/eclipse-ide-content-assist-not-appearing/m-p/6564458#M1511</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing SDN applications in Eclipse (vKepler). I've installed the SDK with no problems, and am able to see all the SDK items when programming. I've noticed, however, that there is no Javadoc information available for the SDK specific Jav objects when the Eclipse content assist drop-down appears. The methods for each object show up just fine, but their descriptions are not available. As a result, I have to manually go through the API documentation provided in the SDK in order to see method details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the reason I get no content assist because the SDK libraries have not been Javadoc'd or because I've installed it incorrectly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached a screenshot of what I mean. You'll see on the left I get no method details for the "has" method, but do get details for the "equals" method.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Aug 2014 18:22:50 GMT</pubDate>
    <dc:creator>ssrirama</dc:creator>
    <dc:date>2014-08-05T18:22:50Z</dc:date>
    <item>
      <title>Eclipse IDE Content Assist Not Appearing</title>
      <link>https://community.hpe.com/t5/software-defined-networking/eclipse-ide-content-assist-not-appearing/m-p/6564458#M1511</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing SDN applications in Eclipse (vKepler). I've installed the SDK with no problems, and am able to see all the SDK items when programming. I've noticed, however, that there is no Javadoc information available for the SDK specific Jav objects when the Eclipse content assist drop-down appears. The methods for each object show up just fine, but their descriptions are not available. As a result, I have to manually go through the API documentation provided in the SDK in order to see method details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the reason I get no content assist because the SDK libraries have not been Javadoc'd or because I've installed it incorrectly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached a screenshot of what I mean. You'll see on the left I get no method details for the "has" method, but do get details for the "equals" method.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2014 18:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/eclipse-ide-content-assist-not-appearing/m-p/6564458#M1511</guid>
      <dc:creator>ssrirama</dc:creator>
      <dc:date>2014-08-05T18:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse IDE Content Assist Not Appearing</title>
      <link>https://community.hpe.com/t5/software-defined-networking/eclipse-ide-content-assist-not-appearing/m-p/6569924#M1512</link>
      <description>&lt;P&gt;Hi ssrirama,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had the same issue and solved it by adding the JavaDoc sources manually to the project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Right click on the project&lt;/P&gt;&lt;P&gt;2. Build Path &amp;gt; Configure Build Path&lt;/P&gt;&lt;P&gt;3. Click on each M2_Repo Variable and provide the JavaDoc location&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2014 08:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/eclipse-ide-content-assist-not-appearing/m-p/6569924#M1512</guid>
      <dc:creator>Dast</dc:creator>
      <dc:date>2014-08-11T08:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse IDE Content Assist Not Appearing</title>
      <link>https://community.hpe.com/t5/software-defined-networking/eclipse-ide-content-assist-not-appearing/m-p/6573022#M1513</link>
      <description>&lt;P&gt;I found the M2_Repo Variable to add, but it's non-modifiable. How do I supply the location of the JavaDoc?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2014 17:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/eclipse-ide-content-assist-not-appearing/m-p/6573022#M1513</guid>
      <dc:creator>ssrirama</dc:creator>
      <dc:date>2014-08-13T17:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse IDE Content Assist Not Appearing</title>
      <link>https://community.hpe.com/t5/software-defined-networking/eclipse-ide-content-assist-not-appearing/m-p/6585670#M1514</link>
      <description>&lt;P&gt;Hello ssrirama,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To specify java doc location , please go to the properties of the selected project &amp;nbsp;and select java doc location in “JavaDoc Location” option there.Also as per the SDN Programming guide [page 211] you can add/edit M2_REPO classpath variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try to add the variable and let us know if you still face the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2014 07:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/eclipse-ide-content-assist-not-appearing/m-p/6585670#M1514</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-08-25T07:33:58Z</dc:date>
    </item>
  </channel>
</rss>

