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.
1 parent a8167c6 commit c437659Copy full SHA for c437659
java/ql/src/semmle/code/xml/MavenPom.qll
@@ -372,9 +372,7 @@ class PomProperty extends PomElement {
372
* An XML element representing any kind of repository declared inside of a Maven POM XML file.
373
*/
374
class DeclaredRepository extends PomElement {
375
- DeclaredRepository() {
376
- this.getName() = ["repository", "snapshotRepository", "pluginRepository"]
377
- }
+ DeclaredRepository() { this.getName() = ["repository", "snapshotRepository", "pluginRepository"] }
378
379
/**
380
* Gets the url for this repository. If the `url` tag is present, this will
0 commit comments