We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5016c64 + f85aff8 commit 7d6a497Copy full SHA for 7d6a497
java/ql/src/semmle/code/FileSystem.qll
@@ -146,9 +146,11 @@ class Container extends @container, Top {
146
}
147
148
/**
149
- * Gets a textual representation of the path of this container.
+ * Gets a textual representation of this container.
150
*
151
- * This is the absolute path of the container.
+ * The default implementation gets the absolute path to the container, but subclasses may override
152
+ * to provide a different result. To get the absolute path of any `Container`, call
153
+ * `Container.getAbsolutePath()` directly.
154
*/
155
override string toString() { result = getAbsolutePath() }
156
0 commit comments