با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
cycle_finder
ابزار cycle_finder صورت ایستا فایل های منبع جاوا مشخص شده را برای مراجع حافظه قوی بین اشیا تجزیه و تحلیل می کند.
cycle_finder [ options ] file1.java ...
گزینه های زیر پشتیبانی می شوند:
- -sourcepath <path>
- محل یافتن فایل های منبع ورودی را مشخص کنید
- -classpath <path>
- محل پیدا کردن فایل های کلاس کاربر را مشخص کنید
- --suppress-list <file>
- فایلی را مشخص کنید که فیلدها و انواع تایید شده برای سرکوب را فهرست کند.
- --restrict-to <file>
- در صورت مشخص شدن، فقط چرخه های حاوی انواع و فضاهای نام فهرست شده چاپ می شوند.
- -Xbootclasspath: <path>
- مسیر بوت مورد استفاده توسط ترجمه (نه خود ابزار).
- -version
- اطلاعات نسخه
- -h, --help
- این پیام را چاپ کنید
همچنین ببینید
چرخه یاب ابزار
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2023-01-04 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[[["`cycle_finder` is a static analysis tool designed to identify strong memory reference cycles in Java source code."],["Users can specify source files, classpaths, and customize analysis using options like `--suppress-list` and `--restrict-to`."],["The tool aids in detecting potential memory leaks by highlighting circular dependencies between objects in Java programs."],["Additional information and guides can be found in the linked documentation for the `cycle_finder` tool."]]],["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"]]