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 2021/09/13 07:36:19 UTC

[GitHub] [netbeans] JaroslavTulach commented on pull request #3159: Concentrating I/O access into two package private classes

JaroslavTulach commented on pull request #3159:
URL: https://github.com/apache/netbeans/pull/3159#issuecomment-917922447


   > Curious what will be the next step...
   
   a3162ad  is your answer. Full abstraction over `java.io.File` and `java.io.RandomAccessFile` with a pluggable `Factory` to specify when wiring `CacheDirectory` and `HprofHeap` together.
   
   An additional package private class can re-implement `File.Factory` and fully replace the I/O access with something different without changing the existing logic of the heap dump processing.


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