DemoFX icon indicating copy to clipboard operation
DemoFX copied to clipboard

Why is buf global variable?

Open Ciruman opened this issue 6 years ago • 2 comments

Hi Chris,

I saw this variable is only here used. Why is "buf" a global variable?

Thanks, Diego

https://github.com/chriswhocodes/DemoFX/blob/0e8b9f39dbbc6760b9eab7cda009a82421bdafa6/src/main/java/com/chrisnewland/demofx/effect/video/VideoStream.java#L80

Ciruman avatar Oct 15 '18 07:10 Ciruman

I have a demofx javafx 11 version and I saw this and I do not know the reason.

Ciruman avatar Oct 15 '18 07:10 Ciruman

I probably had an accessor method for it at one point but then removed it. Looks like it can be safely turned into a local.

chriswhocodes avatar Oct 15 '18 09:10 chriswhocodes