翻訳と辞書
Words near each other
・ Three Books of Occult Philosophy
・ Three Boys at Lake Tanganyika
・ Three Brave Men
・ Three Bridges
・ Three Bridges (disambiguation)
・ Three Bridges F.C.
・ Three Bridges L.F.C.
・ Threads (Now, Now album)
・ Threads (Sarah Harding song)
・ Threads (Stargate SG-1)
・ Threads (Temposhark album)
・ Threads of Fate
・ Threads of Life
・ Threads of Time
・ Threads of Time (album)
ThreadSafe
・ Threadsafe
・ Threadtail conger
・ ThreadWeaver
・ Threadworm
・ ThreadX
・ Threapland
・ Threapland, Cumbria
・ Threapwood
・ Threat
・ Threat (computer)
・ Threat (disambiguation)
・ Threat (film)
・ Threat and error management
・ Threat assessment


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

ThreadSafe : ウィキペディア英語版
ThreadSafe

ThreadSafe is a source code analysis tool that identifies application risks and security vulnerabilities associated with concurrency in Java code bases, using whole-program interprocedural analysis. ThreadSafe is used by major investment banks and other companies to identify and avoid software failures in concurrent applications running in complex environments.〔〔 These are among the most insidious of software defects because they can't be reliably detected by testing.
== Features ==
ThreadSafe detects serious Java concurrency defects and helps to improve code and remove risk:〔〔
* Race conditions – which lead to incorrect or unpredictable behaviour that is difficult to reproduce in a debugger.
* Deadlocks – caused by circular waits between threads waiting for shared resources.
* Unpredictable results – caused by incorrect handling of concurrent collections, bad error handling, or mixed object synchronization.
* Performance bottlenecks – caused by incorrect API usage, redundant synchronization, and unnecessary use of shared mutable state.
ThreadSafe is tightly integrated with the Eclipse software development environment and with the SonarQube software quality management platform. Contextual information is provided within the development environment to assist the developer with the investigation and resolution of concurrency issues, directly in the code.〔〔 A command-line version is available for users of IDEs other than Eclipse and for build process integration.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「ThreadSafe」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.