junichi11 commented on a change in pull request #2122:
URL: https://github.com/apache/netbeans/pull/2122#discussion_r421477265



##########
File path: 
php/php.editor/src/org/netbeans/modules/php/editor/completion/DocRenderer.java
##########
@@ -242,6 +243,7 @@ private static String getLocation(PhpElement 
indexedElement) {
         private final PhpElement indexedElement;
         private final List<String> links = new ArrayList<>();
         private final ASTNode node;
+        @NullAllowed
         private PHPDocBlock phpDocBlock;
 
         public PHPDocExtractor(CCDocHtmlFormatter header, PhpElement 
indexedElement, ASTNode node, PHPDocBlock phpDocBlock) {

Review comment:
       @KacerCZ 
   Missing `@NullAllowed` yet:
   ```java
   public PHPDocExtractor(CCDocHtmlFormatter header, PhpElement indexedElement, 
ASTNode node, @NullAllowed PHPDocBlock phpDocBlock) {
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
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

Reply via email to