Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-dev] Banning java.nio.Files Forever

Not sure if we’ve already banned it, but I propose we ban forever the use of java.nio.Files when used with project resources. We should always be using org.eclipse.core.resources data types. I just chased a bug in NewICEItemProjectWizard forever that turned out to be caused by java.nio.Files, and it’s not the first time I’ve been bit by it.  

Alex


Back to the top