tmysik commented on code in PR #8142:
URL: https://github.com/apache/netbeans/pull/8142#discussion_r1921611972


##########
php/php.project/src/org/netbeans/modules/php/project/PhpProject.java:
##########
@@ -885,6 +887,8 @@ protected void projectClosed() {
                     jsTestingProvider.projectClosed(PhpProject.this);
                 }
 
+                ComputeTestMethodAnnotations.getInstance().unregister();

Review Comment:
   I believe that we want to call this in the `finally` block below.
   



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

Reply via email to