You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However what actually gets generated is this JavaDoc:
/**
* @author ${user}
*
*/
Searching for @autor in ide-settings repository does not give any hits. Its magic and I do not know where this is comming from. Even searching for author or user does not lead to such magic configuration in our repository (also tested with grep on the cloned repo).
When I open up a fresh eclipse and edit the code templates for new types I however see this:
/**
* @author ${user}
*
* ${tags}
*/
Is this a eclipse build-in default and the config has changed so our actual preference config does not apply?
The text was updated successfully, but these errors were encountered:
For over a year we had configured the templates such that new files should initially get this JavaDoc:
This setting can be found here:
https://github.com/devonfw/ide-settings/blob/719e0673109b16008258eddd243159cd8dcc3bc6/eclipse/workspace/update/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs#L79
However what actually gets generated is this JavaDoc:
Searching for
@autor
inide-settings
repository does not give any hits. Its magic and I do not know where this is comming from. Even searching forauthor
oruser
does not lead to such magic configuration in our repository (also tested with grep on the cloned repo).When I open up a fresh eclipse and edit the code templates for new types I however see this:
Is this a eclipse build-in default and the config has changed so our actual preference config does not apply?
The text was updated successfully, but these errors were encountered: