%0 Report %A Long, Fred %A Mohindra, Dhruv %A Seacord, Robert %A Svoboda, David %D 2010 %T Java Concurrency Guidelines %U https://kilthub.cmu.edu/articles/report/Java_Concurrency_Guidelines/6574958 %R 10.1184/R1/6574958.v1 %2 https://kilthub.cmu.edu/ndownloader/files/12061520 %K software engineering %K technical report %X An essential element of secure coding in the Java programming language is well-documented and enforceable coding standards. Coding standards encourage programmers to follow a uniform set of guidelines determined by the requirements of the project and organization, rather than by the programmer's familiarity or preference. Once established, these standards can be used as a metric to evaluate source code (using manual or automated processes). The CERT Oracle Secure Coding Standard for Java provides guidelines for secure coding in the Java programming language. The goal of these guidelines is to eliminate insecure coding practices and undefined behaviors that can lead to exploitable vulnerabilities. Applying this standard will lead to higher quality systems that are robust and more resistant to attack. This report documents the portion of those Java guidelines that are related to concurrency. %I Carnegie Mellon University