Kirk Tarou created NIFI-2470:
--------------------------------
Summary: WritesAttributes annotations in ListFile are incorrect
Key: NIFI-2470
URL: https://issues.apache.org/jira/browse/NIFI-2470
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 0.7.0
Reporter: Kirk Tarou
Priority: Minor
The WritesAttributes annotations section has a variety of problems that need to
be cleaned up. Otherwise, 'Usage' documentation will be incorrect.
# Some of the WritesAttributes annotations don't match the actual attribute
names:
#* fs.owner -> file.owner
#* fs.group -> file.group
#* fs.lastModified -> file.lastModifiedTime
#* fs.length -> file.length
#* fs.permissions -> file.permissions
# missing:
#* file.creationTime
#* file.lastAccessTime
# Incorrect description
#* file.lastModifiedTime is a formatted date/time
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)