Fabricio Cabral

Results 78 comments of Fabricio Cabral

@victornoel Yeah, good idea! But we need take care beacuse some classes use `StringBuffer` intentionally, as `InputOfTest` and `TextOfTest`.

@victornoel Yep. Making attributes final forces immutability which has as (good) side-effect thread-safety (I think so).

@victornoel We can use these `Atomic*` and add in the documentation that classes are not thread-safe and left puzzles to add tests using these classes with threads. WDYT? BTW, you're...

@andreoss 1. I won't problems with locks if just use a "simple" `Queue`? Is it work fine? 2. Ok! Thanks!

@victornoel when I've been written this issue, I was thinking in copy the `Output` content to an `Input` to be allowed read for other object. I don't know if is...

@victornoel it seems ok. Do you prefer I closed this issue now?

@victornoel Definitely we need improve this documentation! :)