dtrebbien commented on a change in pull request #320: Add the
JavaFixUtilities.isPrimary() utility API
URL: https://github.com/apache/incubator-netbeans/pull/320#discussion_r161575021
##########
File path: spi.java.hints/apichanges.xml
##########
@@ -25,6 +25,20 @@
<apidef name="JavaHintsSPI">Java Hints SPI</apidef>
</apidefs>
<changes>
+ <change id="JavaFixUtilities.isPrimary">
+ <api name="JavaHintsSPI"/>
+ <summary>Added JavaFixUtilities.isPrimary() utility</summary>
+ <version major="1" minor="29"/>
+ <date day="5" month="12" year="2017"/>
+ <compatibility addition="yes"/>
+ <description>
+ <p>
+ The utility method JavaFixUtilities.isPrimary() was added.
+ This API checks whether a specified tree can be used in
+ places where a Primary expression is required.
+ </p>
+ </description>
+ </change>
Review comment:
`apichanges.xml` and `project.properties` updated. I'll take care of the
`java.hints` module dependency part in PR #314.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists