You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/05/27 20:43:25 UTC

[GitHub] [netbeans] rkeen-siemens opened a new issue, #4166: Outline view node missing after update

rkeen-siemens opened a new issue, #4166:
URL: https://github.com/apache/netbeans/issues/4166

   ### Apache NetBeans version
   
   Apache NetBeans 13
   
   ### What happened
   
   The [fix for](https://github.com/apache/netbeans/pull/1779/files) [NETBEANS-3196](https://issues.apache.org/jira/browse/NETBEANS-3196) introduced a regression. When replacing a child node with another in the `OutlineView`, the old node is removed but the new node is not added.
   
   ### How to reproduce
   
   _No response_
   
   ### Did this work correctly in an earlier version?
   
   Apache NetBeans 12.5
   
   ### Operating System
   
   Linux, Windows
   
   ### JDK
   
   Eclipse Adoptium 11.0.14.1
   
   ### Apache NetBeans packaging
   
   Apache NetBeans platform
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
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: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien commented on issue #4166: Outline view node missing after update

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #4166:
URL: https://github.com/apache/netbeans/issues/4166#issuecomment-1181588400

   @eirikbakke could you take a look at this? #1779 might have caused a regression.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] eirikbakke commented on issue #4166: Outline view node missing after update

Posted by GitBox <gi...@apache.org>.
eirikbakke commented on issue #4166:
URL: https://github.com/apache/netbeans/issues/4166#issuecomment-1181818839

   Hmm, I don't observe this problem in my own NetBeans Platform application, and it does call Node.setChildren all the time, and uses OutlineView as well. I've been using this patch for 3 years in both my NetBeans Platform and my build of the NetBeans IDE that I use every day.
   
   Does the problem occur when changing from Children.LEAF to a non-LEAF, or from a non-LEAF to another non-LEAF?
   
   Could you post an example that will help me reproduce it?
   
   Thanks for your help!
   


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists