コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
cycle_finder
cycle_finder ツールは、オブジェクト間の強固なメモリ参照のために、指定された Java ソースファイルを静的に分析します。
cycle_finder [ options ] file1.java ...
次のオプションがサポートされています。
- -sourcepath <path>
- 入力ソースファイルを配置する場所を指定する
- -classpath <path>
- ユーザークラスのファイルを検索する場所を指定します
- --suppress-list <file>
- 抑制する承認済みフィールドと型をリストしたファイルを指定します。
- --restrict-to <file>
- 指定すると、リストにあるタイプと名前空間を含むサイクルのみが出力されます。
- -Xbootclasspath:<パス>
- (ツール自体ではなく)翻訳で使用されるブートパス。
- -version
- バージョン情報
- -h, --help
- このメールを印刷します。
関連項目
Cycle Finder ツール
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-01-04 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2023-01-04 UTC。"],[],["The `cycle_finder` tool analyzes Java source files for strong memory references between objects. Key actions include specifying source files and using options like `-sourcepath` and `-classpath` to locate files. It can suppress output with `--suppress-list`, restrict output to specific types and namespaces using `--restrict-to`, and use `-Xbootclasspath` for translation. Additional options include viewing version information and getting help with `-version` and `-h` or `--help`, respectively.\n"]]