Difference between revisions of "Java Best Practices"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
Line 14: Line 14:
 
===== License (Lic) =====
 
===== License (Lic) =====
 
tbd
 
tbd
 +
[[Category:Java]][[Category:Coding Standards]]

Latest revision as of 16:28, 10 March 2010

This page is meant to collect best practices for Java programming generally and within the OpenOffice.org environment. It is an amendment to the Java Coding Standards.


Collections

Threading

OpenOffice.org

Query Interface (Qifc)

UnoRuntime.queryInterface() is costly regarding performance. When it has to be used in loops, it should be done outside of the loop and the result reused inside.

License (Lic)

tbd

Personal tools