junichi11 commented on code in PR #4240:
URL: https://github.com/apache/netbeans/pull/4240#discussion_r901126097
##########
php/php.editor/src/org/netbeans/modules/php/editor/completion/PHPCompletionItem.java:
##########
@@ -134,10 +134,11 @@ public abstract class PHPCompletionItem implements
CompletionProposal {
private QualifiedNameKind generateAs;
private static ScheduledExecutorService service =
Executors.newSingleThreadScheduledExecutor();
private static final Cache<FileObject, PhpLanguageProperties>
PROPERTIES_CACHE
- = new Cache<>(new WeakHashMap<FileObject,
PhpLanguageProperties>());
+ = new Cache<>(new WeakHashMap<>());
private final boolean isPlatform;
private final boolean isDeprecated;
private PhpVersion phpVersion;
+ private static Boolean ADD_FIRST_CLASS_CALLABLE = null; // for unit tests
Review Comment:
Fixed
https://github.com/apache/netbeans/compare/7069e4d2f2b90e385bc61681e1b8e4b37770bb24..34af956e74b9b92809cefdfd1126005d8ba35697
--
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.
To unsubscribe, e-mail: [email protected]
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