WPS
WPS copied to clipboard
Refactor GenericFileData
I think this class has to be worked on, e.g. if you use the writeData method, the variable primaryFile is not initialized and this causes a NPE in the finalize method. See also this commit: f8f725f356475b550e601c019d064dd717ecc15d.
@bpross-52n is this resolved with your recent refactoring?
No, I am afraid not.
Can you list the specific tasks that need to be done? From the text above it seems primaryFile
is not the only critical aspect of the class.
Sure, it is on my list ;)