Simple Project List Software Map

Source code analysis
45 projects in result set
最后更新: 2012-03-28 17:35

Php-pastebin

なペーストビンはここで、コード スニペットをデバッグに共同作業を行うことです。考えに慣れていないなら、ほとんどの人はこのような使用: なペーストビン、hxxp://yoursite.com/1234 のような url を取得するコードを提出、誰かを読むことによって応答します、IRC や IM の会話に url を貼り付け、おそらくあなたのコードの変更を送信する、その後、多分変更を見つけやすくには、差分ツールで、内蔵を使用して、変更を表示

(Machine Translation)
最后更新: 2017-03-17 05:28

UCDetector

UCDetector(不要コード検出器)はオープンソースの Eclipseプラグインツールです。 UCDetectorは不要な(死んだ) public javaコードを見つけます。そのようなコードは finalか protected、privateにすることをお勧めします。

最后更新: 2015-01-08 04:25

coan

Coanは Cまたは C++ソースコードの、プリプロセッサベースの設定を分析するソフトウェア エンジニアリング ツールです。主な使用方法は、指定された設定に基づき冗長部分を削除し、ソースコード本体を簡素化することです。

最后更新: 2014-04-06 00:15

Source Navigator NG

Source-Navigatorはソースコード解析ツールです。できることはソースコードを編集したりクラス・関数・メンバ間の関連性およびコールツリーを視覚化して表示したりすることです。

最后更新: 2022-02-05 21:49

cppcheck

C/C++用の静的解析ツールです。メモリリーク、アロケーション(確保と解放)のミスマッチ、バッファオーバーラン、さらに多くのチェックを行います。目標は、0%の誤認識としています。

最后更新: 2014-11-19 00:47

MARKOS Project

マルコス ・ サービスと利用可能なオープン ソース プロジェクトにビューに統合の web を提供する、機能、構造、およびライセンスの側面ソフトウェア コードに焦点を当て、対話型アプリケーションのプロトタイプを実現します。

(Machine Translation)
最后更新: 2018-01-13 22:09

Eclipse Checkstyle Plug-in

Eclipse Checkstyleプラグインは、Eclipse IDEのCheckstyle (Javaコードの監査ツール)に統合されています。 このプラグインは、コーディングスタイルとエラーを起こしやすいコードをルール違反とし、ユーザに対してリアルタイムのフィードバックを提供しています。

最后更新: 2012-06-11 04:51

ccglue

ccglue is a complementary tool to cscope and ctags. The tool builds a cross-reference symbol database from cscope [and ctags] databases that can be used to display dependency-graphs (aka call-trees, code flow). Visualization can be done with the Vim CCTree plugin (http://www.vim.org/scripts/script.php?script_id=2368), or the built-in stand-alone command-line tracer.

(Machine Translation)
最后更新: 2016-04-02 10:19

Java Call Trace to UML Sequence Diagram

このツールでは、リバース エンジニア リング UML シーケンス図の java プログラムの実行時にすることができます。それは複雑な java プログラム (複数スレッド) とアプリケーション サーバーにデプロイされている J2EE アプリケーションでうまく動作します。

(Machine Translation)
最后更新: 2022-03-19 22:08

PMD

PMDはJavaソースコード解析ツールです。未使用の変数、空のcatchブロック、不必要なオブジェクトの作成などを発見することができます。

最后更新: 2014-05-10 23:31

AdLint

AdLint(アドリント) は、オープンソースのソースコード静的解析ツールです。

AdLint は、ソースコード中の安全性や移植性に欠ける部分について警告メッセージを出力し、また、同時にさまざまな品質メトリクスを測定することができます。

AdLint は、(現時点では) ANSI C89 / ISO C90 / 一部 ISO C99 規格に準拠した C 言語 のソースコードを解析することができます。

AdLint は Ruby で実装されているため、Windows、 Mac OS X、GNU/Linux、FreeBSD など Ruby がサポートする全てのプラットフォームで利用することができます。

!なお、最新のバージョンは、下記URLからダウンロードしてください。 http://sourceforge.net/projects/adlint/

最后更新: 2012-06-11 21:14

ccglue

ccglue is a complementary tool to cscope and ctags. The tool builds a cross-reference symbol database from cscope (and ctags) databases that can be used to display dependency-graphs (aka call-trees, code flow). Visualization can be done with the Vim CCTree plugin or the built-in stand-alone command-line tracer.

(Machine Translation)
最后更新: 2011-12-23 13:50

Coan

Coan is a software engineering tool for analyzing preprocessor-based configurations of C or C++ source code. Its principal use is to simplify a body of source code by eliminating any parts which are redundant with respect to a specified configuration.

最后更新: 2010-02-01 12:43

SCARE

SCARE (Source Code Analysis Risk Evaluation) analyzes source code and provides a realistic and factual representation of the potential of that source code to create a problematic binary. This metric will not say that the binary will be exploited, nor does it do a static analysis for known limitations like vulnerabilities. However, it will flag code for a particular interaction type or control and allow the developer to understand which operational security (OpSec) holes are not protected even if it can't say the effectiveness of that protection at this time.

最后更新: 2011-07-14 21:18

CCTree

CCTree is a Vim 7 plugin that displays hierarchical call-trees for functions or files using a cscope database. The functionality is similar to that offered by other IDEs and source-analysis applications, like Kscope, Source Navigator, and Eclipse. CCTree features a symbol dependency tree analyzer for C using a cscope database. It has basic support for functions and macros, and extended support for global variables, macros, enums, and typedefs.