<< 2009/08/09 | ホーム | 2009/08/11 >>

数学を拡げた先駆者たち、Michael J. Bradley 著、松浦俊輔 訳、青土社

読了。

タグ :

Automatic Detection of Immutable Fields in Java

Java プログラムを対象にフィールドが不変か決定する手法の提案。オープンなプログラムが対象。クラス変数とフィールド変数を分けて考える。アルゴリズムも与えられていてやり方は自然だと思うけど、自然言語でいろいろ書いてあって読むのが面倒。

author="Sara Porat and Marina Biberstein and Larry Koved and Bilha Mendelson",
title="{Automatic Detection of Immutable Fields in Java}",
booktitle="CASCON '00",
publisher="IBM Press",
year="2000"

http://portal.acm.org/citation.cfm?id=782044

タグ : ,