[
https://issues.apache.org/jira/browse/NIFI-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15411241#comment-15411241
]
ASF subversion and git services commented on NIFI-2470:
-------------------------------------------------------
Commit e2f649cfea4b487416255f39a9cc47aaf8a9d52e in nifi's branch
refs/heads/master from [~tarouki]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=e2f649c ]
NIFI-2470 This closes #802.
Fixed WritesAttributes section to include all attributes with the
correct attribute names and descriptions
> 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
> Labels: beginner, beginners, documentation, easyfix
> Fix For: 1.0.0
>
> Attachments: ListFileAttributes.png, ListFileUsage.png
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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)