clean room : Java Glossary
home C words local find no local find frame, full screen Google search web for topic jump to footer translate with Babelfish by Roedy Green ©1996-2008 Canadian Mind Products
Go to : punctuation 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (all)
clean room
Clean room has three meanings:
  1. Integrated circuit chips are manufactured under super clean dust-free conditions in a "clean room" with special air pumps and filters to clean out the dust.
  2. By analogy, "clean room" refers to a way of writing software. When a company wants to make a clone of some existing product, they are concerned that they will be accused of reverse engineering. So they lock the programmers away, and never even let them look at the product they are copying. A separate team studies the behaviour and specifications of the product to be copied. All conversations between the two teams are recorded. This way the company can prove in a court of law that it created the clone without reverse engineering. Companies that write JVM interpreters in the clean room style would not owe Sun any royalties.
  3. "Clean room" also refers to a technique of writing reliable code. The specification team uses a formal specification language to define the system. The specification language should be mathematically provable or verifiable. The developers are expressly forbidden to compile and execute their code. Instead, the development team holds extensive walkthroughs and functional verification exercises: the goal is to address every known design possibility in the code. If this team has done its job, when they turn their code over to the certification team, it should compile cleanly and run perfectly the first time.

CMP_homejump to top
CMP logo
feedback Please email your feedback for publication, errors, omissions, broken/redirected link reports
and suggestions to improve this page to Roedy Green : feedback email
made with CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[65.110.21.43]
Your face IP:[38.103.63.18] The information on this page is for non-military use only.
You are visitor number 8,186. Military use includes use by defence contractors.
You can get a fresh copy of this page from: or possibly from your local J: drive (Java virtual drive/Mindprod website mirror)
http://mindprod.com/jgloss/cleanroom.html J:\mindprod\jgloss\cleanroom.html