קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
cycle_finder
הכלי cycle_finder מנתח באופן סטטי קובצי מקור ב-Java שצוינו כהפניות לזיכרון חזק בין אובייקטים.
cycle_finder [ options ] file1.java ...
האפשרויות הבאות נתמכות:
- <path> -sourcepath
- לציין איפה נמצאים קובצי המקור של הקלט
- <path> -classpath
- ציון המיקום של קבצים ברמת המשתמש
- <קובץ> --suppress-list
- יש לציין קובץ עם רשימה של שדות וסוגים מאושרים להסתרה.
- <קובץ> --restrict-to
- אם צוין, מודפסים רק מחזורים שמכילים את הסוגים ומרחבי השמות שרשומים.
- -Xbootclasspath:<path>
- נתיב האתחול נמצא בשימוש התרגום (לא הכלי עצמו).
- -version
- פרטי גרסה
- -h, --help
- הדפסת הודעה זו.
ראו בנוסף
Cycle Finder כלי
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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)."],[[["`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"]]