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 2019/11/17 12:02:31 UTC

[GitHub] [netbeans] nishihatapalmer edited a comment on issue #1639: FIX: fire a table model event even if there are no children yet.

nishihatapalmer edited a comment on issue #1639: FIX: fire a table model event even if there are no children yet.
URL: https://github.com/apache/netbeans/pull/1639#issuecomment-554738779
 
 
   Thinking about it, there might be a way to unit test this.
   
   Maybe if I can set up a sorted tree properly, expand a node with a dynamic expansion listener (as DROID does it).  Then the test could observe the values of nodes at different rows and columns using getValueAt(row, column).  It's possible that this will then reveal a child node in the wrong row.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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