---
description: Klocworkを実際に使用したユーザーのレビューから、製品の機能や価格、メリットデメリットをご覧いただけます。類似製品との比較も簡単、ぴったりのSaaSが見つかるはず！
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: Klocworkとは？ | 機能や料金、導入事例をご紹介【キャプテラ】
---

現在地表示: [ホーム](/) > [アプリ開発ツール](/directory/30082/application-development/software) > [Klocwork](/software/136486/klocwork)

# Klocwork

Canonical: https://www.capterra.jp/software/136486/klocwork

ページ：1 / 2\
次へ: [次ページ](https://www.capterra.jp/software/136486/klocwork?page=2)

> 継続的な統合、レポートなどを使用したコードの品質と生産時間の最適化に役立つ静的コードアナライザー。
> 
> 評価：8人のユーザーによる評価は**4.6/5**。**おすすめ度**で最高の評価。

-----

## 概要

### Klocworkの対象ユーザー

電気通信、航空宇宙、ライフサイエンス、製造業界向けに設計された、プログラムでの自動テストの実行を支援する静的コード分析ツールです。

## 簡単な統計と評価

| 測定基準 | 評価 | 詳細 |
| **総合評価** | **4.6/5** | 8 レビュー |
| 使いやすさ | 3.9/5 | レビュー全体に基づく |
| カスタマー・サポート | 4.4/5 | レビュー全体に基づく |
| 価格の妥当性 | 4.5/5 | レビュー全体に基づく |
| 機能 | 4.5/5 | レビュー全体に基づく |
| おすすめ率 | 80% | (8/10 おすすめ度) |

## 企業情報

- **キャプテラについて**: Perforce
- **ロケーション**: Minneapolis, アメリカ
- **設立**: 2000

## ビジネスコンテキスト

- **価格モデル**:  (無料版が利用可能) (無料のトライアル)
- **対象となる企業**: 51～200, 201～500, 501～1,000, 1,001～5,000, 5,001～10,000, 10,000+
- **デプロイとプラットフォーム**: クラウド、SaaS、ウェブベース
- **サポートされる言語**: 英語
- **利用可能な国**: アメリカ合衆国

## 機能

- API
- Real-Time Analytics
- アプリケーション・セキュリティ
- コラボレーションツール
- ダッシュボード
- デバッグ
- プロジェクト管理
- ワークフロー管理
- 問題追跡
- 監査証跡
- 統合型開発環境
- 脆弱性診断

## 統合 (合計6件)

- Helix QAC
- Incredibuild
- Jenkins
- Microsoft Visual Studio
- Perforce ALM
- Secure Code Warrior

## サポートのオプション

- チャット対応有

## Category

- [アプリ開発ツール](https://www.capterra.jp/directory/30082/application-development/software)

## 関連カテゴリー

- [アプリ開発ツール](https://www.capterra.jp/directory/30082/application-development/software)
- [バグ追跡システム](https://www.capterra.jp/directory/30090/bug-tracking/software)
- [静的アプリケーション・セキュリティテストツール](https://www.capterra.jp/directory/32818/static-application-security-testing-%28sast%29/software)

## 代替製品

1. [Jira](https://www.capterra.jp/software/19319/jira) — 4.4/5 (15314 reviews)
2. [JIRA Service Management](https://www.capterra.jp/software/138769/jira-service-management) — 4.5/5 (763 reviews)
3. [GitHub](https://www.capterra.jp/software/129067/github) — 4.8/5 (6155 reviews)
4. [TestMu AI](https://www.capterra.jp/software/170732/lambdatest) — 4.6/5 (543 reviews)
5. [Mattermost](https://www.capterra.jp/software/170524/mattermost) — 4.4/5 (168 reviews)

## レビュー

### "It's a source code analysis tool. You can feed it either a piece of code up to a full build with tho" — 4.0/5

> **Fred** | *2018年2月2日*
> 
> **良いポイント**: Klocwork is great at finding software defects such as array and buffer out of bounds violations, Null pointer dereferences, unreachable code, memory leaks, unused variables, etc. If the build is setup correctly, the tool often produces accurate results. Customers have complimented us with our findings as we were able to point out significant issues in their software. Klocwork can be used on incremental builds and it will determine which warnings are new, unchanged, or fixed since the last run. The tool has very descriptive warnings and great documentation with examples to use. Their website also contains mappings from their checker warnings to industry coding standards such as MISRA and others.
> 
> **改善点**: It doesn't have a user friendly interface for running the tool. Although it won't prevent you from running it on any piece of code or software build, the tool produces much less false positives when the input build is setup properly, which often requires some effort. Klocwork is run via command line, so the user must have knowledge of the necessary commands, command line arguments, and configuration setup. Although the results can be viewed through the Klocwork Insight Review web interface, there is no easy way for the user to export the data to a spreadsheet for offline viewing and analysis.

-----

### "Great at finding true positive issues in source code without needing to compile" — 5.0/5

> **Randall** | *2018年1月15日* | おすすめ評価：9.0/10
> 
> **良いポイント**: Klocwork works great with source code whether a complete or partial build. Easy to run the tool with minimal setup work. Tool has a higher chance of producing true positives vs false positives if setup right. Checker warnings are easy to understand and there is decent documentation explaining what each checker does. Klocwork Insight's web interface is easy to work with and provides a little help for tracing issues. Klocwork's Checker Studio enables users to create their own custom checkers, which are easy to deploy. The tool is great at finding critical issues in code, especially for buffer overflows, array out of bounds, null pointer dereferences, and dead code. The tool also maintains history of builds run and does build comparisons on each run for it to flag what warnings are new or not.
> 
> **改善点**: Running the tool for us is usually done on a Unix server via command line, which users have expressed they would not prefer to a GUI. There is no easy way to extract the results from the tool to an Excel spreadsheet, but there are ways around it via scripting. There is no good documentation on Checker Studio, on how to create checkers, especially on how to program in KAST, even more so for Path checkers.
> 
> This tool provided my company an easy means to find code defects on partial and full source code builds. The results of the tool have been very good. Although manual analysis is still required to determine which issues the customer are interested in, the time invested in setting up, running the tool, and manually analyzing the results, is well worth it.

-----

### "Powerful tool, but..." — 4.0/5

> **認証済みレビュアー** | *2020年5月2日* | コンピュータ、ネットワーク・セキュリティ | おすすめ評価：5.0/10
> 
> **良いポイント**: Klocwork is a powerful static code checker. It helps to improve code global quality and to early detect errors.
> 
> **改善点**: But it is a litte bit tricky to customize. Learning curve is not so short.

-----

### "Klocwork SAST REVIEW" — 5.0/5

> **akash** | *2023年1月20日* | 情報サービス | おすすめ評価：10.0/10
> 
> **良いポイント**: less false positive and on the fly analysis
> 
> **改善点**: interface of the dashboard and few extra added features
> 
> very good

-----

### "Very good in checking run time problems \!\!" — 5.0/5

> **Devendra** | *2018年12月26日* | 情報技術、情報サービス | おすすめ評価：9.0/10
> 
> **良いポイント**: For our project we would like check run time issues like Divided by Zero, Array out of Bounds, Null pointer issues and so on. Klocwork is very good in this and has some good number of checkers for these problems. In addition to this Klocwork has direct plugin availability to lot of IDE's which will be helpful for all the developers.
> 
> **改善点**: I would say that Klocwork has almost all good features as per my experience.
> 
> As our main case is to detect some run time issues and using Klocwork we are getting these issues.

-----

ページ：1 / 2\
次へ: [次ページ](https://www.capterra.jp/software/136486/klocwork?page=2)

## リンク

- [Capterraで表示する](https://www.capterra.jp/software/136486/klocwork)

## このページは以下の言語で利用できます

| ロケール | URL |
| de | <https://www.capterra.com.de/software/136486/klocwork> |
| de-AT | <https://www.capterra.at/software/136486/klocwork> |
| de-CH | <https://www.capterra.ch/software/136486/klocwork> |
| en | <https://www.capterra.com/p/136486/Klocwork/> |
| en-AE | <https://www.capterra.ae/software/136486/klocwork> |
| en-AU | <https://www.capterra.com.au/software/136486/klocwork> |
| en-CA | <https://www.capterra.ca/software/136486/klocwork> |
| en-GB | <https://www.capterra.co.uk/software/136486/klocwork> |
| en-IE | <https://www.capterra.ie/software/136486/klocwork> |
| en-IL | <https://www.capterra.co.il/software/136486/klocwork> |
| en-IN | <https://www.capterra.in/software/136486/klocwork> |
| en-NZ | <https://www.capterra.co.nz/software/136486/klocwork> |
| en-SG | <https://www.capterra.com.sg/software/136486/klocwork> |
| en-ZA | <https://www.capterra.co.za/software/136486/klocwork> |
| es | <https://www.capterra.es/software/136486/klocwork> |
| es-AR | <https://www.capterra.com.ar/software/136486/klocwork> |
| es-CL | <https://www.capterra.cl/software/136486/klocwork> |
| es-CO | <https://www.capterra.co/software/136486/klocwork> |
| es-CR | <https://www.capterra.co.cr/software/136486/klocwork> |
| es-DO | <https://www.capterra.do/software/136486/klocwork> |
| es-EC | <https://www.capterra.ec/software/136486/klocwork> |
| es-MX | <https://www.capterra.mx/software/136486/klocwork> |
| es-PA | <https://www.capterra.com.pa/software/136486/klocwork> |
| es-PE | <https://www.capterra.pe/software/136486/klocwork> |
| fr | <https://www.capterra.fr/software/136486/klocwork> |
| fr-BE | <https://fr.capterra.be/software/136486/klocwork> |
| fr-CA | <https://fr.capterra.ca/software/136486/klocwork> |
| fr-LU | <https://www.capterra.lu/software/136486/klocwork> |
| ja | <https://www.capterra.jp/software/136486/klocwork> |
| ko | <https://www.capterra.co.kr/software/136486/klocwork> |

-----

## 構造化データ

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"Capterra 日本","address":{"@type":"PostalAddress","addressLocality":"東京","addressRegion":"13","postalCode":"〒105-6205","streetAddress":"〒105-6205 東京都港区愛宕2-5-1 愛宕グリーンヒルズMORIタワー 5階"},"description":"ソフトウェア検索ならCapterra（キャプテラ）で！実際に製品を使用したユーザーレビューや口コミ、機能や料金などから比較検討が簡単にできます。","email":"info@capterra.jp","url":"https://www.capterra.jp/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@type":"Organization","@id":"https://www.capterra.jp/#organization","parentOrganization":"Gartner, Inc.","sameAs":["https://twitter.com/capterra","https://www.facebook.com/Capterra/","https://www.linkedin.com/company/capterra/","https://www.youtube.com/channel/UCWFpjNOUhMph-RtFn5iqOBA"]},{"name":"Klocwork","description":"継続的な統合、レポートなどを使用したコードの品質と生産時間の最適化に役立つ静的コードアナライザー。","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/733dee6e-ad79-4482-a5de-c4ba8f7e979c.png","url":"https://www.capterra.jp/software/136486/klocwork","@type":"SoftwareApplication","@id":"https://www.capterra.jp/software/136486/klocwork#software","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.capterra.jp/#organization"},"aggregateRating":{"@type":"AggregateRating","ratingValue":4.6,"bestRating":5,"ratingCount":8},"operatingSystem":"Cloud"},{"@type":"FAQPage","@id":"https://www.capterra.jp/software/136486/klocwork#faqs","mainEntity":[]},{"@type":"BreadcrumbList","itemListElement":[{"name":"ホーム","position":1,"item":"/","@type":"ListItem"},{"name":"アプリ開発ツール","position":2,"item":"/directory/30082/application-development/software","@type":"ListItem"},{"name":"Klocwork","position":3,"item":"/software/136486/klocwork","@type":"ListItem"}],"@id":"https://www.capterra.jp/software/136486/klocwork#breadcrumblist"}]}
</script>
