Bug Patterns in Java (Softcover reprint of the original 1st)

個数:
  • ポイントキャンペーン

Bug Patterns in Java (Softcover reprint of the original 1st)

  • ウェブストア価格 ¥6,024(本体¥5,477)
  • APress(2002/10発売)
  • 外貨定価 US$ 34.99
  • ゴールデンウィーク ポイント2倍キャンペーン対象商品(5/6まで)
  • ポイント 108pt
  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 264 p.
  • 商品コード 9781590590614

Full Description

Bug Patterns in Java presents a methodology for diagnosing and debugging computer programs. The act of debugging will be presented as an ideal application of the scientific method. Skill in this area is entirely independent of other programming skills, such as designing for extensibility and reuse. Nevertheless, it is seldom taught explicitly. Eric Allen lays out a theory of debugging, and how it relates to the rest of the development cycle. In particular, he stresses the critical role of unit testing in effective debugging. At the same time, he argues that testing and debugging, while often conflated, are properly considered to be distinct tasks.

Upon laying this groundwork, Allen then discusses various "bug patterns" (recurring relationships between signaled errors and underlying bugs in a program) that occur frequently in computer programs. For each pattern, the book discusses how to identify them, how to treat them, and how to prevent them.

Contents

1. Agile Methods in a Chaotic Environment.- 2. Bugs, Specifications and Implementations.- 3. Debugging and the Development Process.- 4. Debugging and the Testing Process.- 5. The Scientific Method of Debugging.- 6. About the Bug Patterns.- 7. The Rogue Tile.- 8. Null Pointers Everywhere!- 9. The Dangling Composite.- 10. The Null Flag.- 11. The Double Descent.- 12. The Liar View.- 13. Saboteur Data.- 14. The Broken Dispatch.- 15. The Impostor Type.- 16. The Split Cleaner.- 17. The Fictitious Implementation.- 18. The Orphaned Thread.- 19. The Run-On Initialization.- 20. Platform-Dependent Patterns.- 21. A Diagnostic Checklist.- 22. Design Patterns for Debugging.- 23. References.- Appendixes.