mbien commented on code in PR #4284:
URL: https://github.com/apache/netbeans/pull/4284#discussion_r907720224
##########
ide/parsing.indexing/src/org/netbeans/modules/parsing/impl/indexing/PathRegistry.java:
##########
@@ -68,7 +68,7 @@
public final class PathRegistry implements Runnable {
private static final boolean FIRE_UNKNOWN_ALWAYS = false;
- /*test*/ static final int FIRER_EVT_COLLAPSE_WINDOW = 500;
+ /*test*/ static final int FIRER_EVT_COLLAPSE_WINDOW =
Integer.getInteger(PathRegistry.class.getName()+".FIRER_EVT_COLLAPSE_WINDOW",
500);
Review Comment:
Btw I wanted to make it private but it is actually used by a static inner
class (and not in tests). So the `/*test*/` comment was basically false
advertisement until now :)
I guess I could make it private but add a non-public getter and add a proper
comment.
--
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