Changes to "internal-fields" between 2018-07-04 17:30:39 and 2018-07-04 17:43:09

1

2
3
4
5
6
7
8

1
2
3
4
5
6
7
8
-
+







## Implicit/internal field names
#### Implicit/internal field names

When [plugin meta data](wiki/Plugin+Meta+Data) comments get extracted into a hashtable (`$meta.*`), some common attributes might get populated. Either implied from the filename, or from predefined defaults.


## # id: basename

With e.g. the [depends:](wiki/depends) field plugins can reference each other. And they typically just list basenames, not full paths. Because the point of PMD is to abstract filenames from plugin names.