frankframework / frankframework/frank-doc
I'm getting strange info messages
Open
doclet
- Dominant language
- Java
- Stars
- 5
- Forks
- 5
- Avg merge
- 1h 20m
- Merged PRs (30d)
- 1
Description
The following messages appear (example underneath) about interfaces with methods that are not overridden in the subclass they are on.
Since it's an interface, the default scope is `public`. The frankdoc assumes it's private, which is wrong.
INFO FrankMethodDocletBase.searchExcludingImplementedInterfaces():99[] Class org.frankframework.receivers.SftpFileSystemListener inherits method setRemoteDirectory, but no annotations or JavaDocs are known because the overridden method is not public.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.