
jira at apache
Apr 28, 2012, 8:50 AM
Post #1 of 1
(57 views)
Permalink
|
|
[jira] [Commented] (LUCENE-3949) Fix license headers in all Java files to not be in Javadocs /** format
|
|
[ https://issues.apache.org/jira/browse/LUCENE-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264345#comment-13264345 ] Robert Muir commented on LUCENE-3949: ------------------------------------- I committed detection for the situation where 'javadocs is a license header' in r1331787. These can be found with 'javadocs-lint' if you change it to "level=class" in lucene/build.xml But of course there are classes also missing class javadocs completely to fix too so we can't yet kick it on in hudson... > Fix license headers in all Java files to not be in Javadocs /** format > ---------------------------------------------------------------------- > > Key: LUCENE-3949 > URL: https://issues.apache.org/jira/browse/LUCENE-3949 > Project: Lucene - Java > Issue Type: Task > Reporter: Uwe Schindler > Fix For: 4.0 > > > Our current License headers in all .java files are (for a reason I don't know) in Javadocs format. Means, when you have a class without javadocs, the License header is used as Javadocs. > I reviewed lots of other Apache projects, most of them use the correct /* header, but some (including Lucene+Solr) the Javadocs one. We should change this. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] lucene For additional commands, e-mail: dev-help [at] lucene
|