eirikbakke commented on code in PR #8171:
URL: https://github.com/apache/netbeans/pull/8171#discussion_r1921735981


##########
ide/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java:
##########
@@ -1379,6 +1376,7 @@ private boolean doOpenProject(final @NonNull Project p) {
             public @Override Boolean run() {
             log(Level.FINER, "already opened: {0} ", openProjects);
             for (Project existing : openProjects) {
+                // TODO double tap ???
                 if (p.equals(existing) || existing.equals(p)) {

Review Comment:
   I often turn to @emilianbold's helpful [git 
dump](https://github.com/emilianbold/netbeans-releases) of the old NetBeans 
Mercurial logs for curiosities like these. Here's the relevant commit:
   
   
https://github.com/emilianbold/netbeans-releases/commit/56b427cd661de066f5e5ec644099f74a37000605
   
   There's a Bugzilla issue number 156536 referenced, but the 
[archive](https://bz.apache.org/netbeans/describecomponents.cgi) doesn't seem 
to work anymore.



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