[
https://issues.apache.org/jira/browse/LUCENE-3274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059319#comment-13059319
]
Chris Male commented on LUCENE-3274:
------------------------------------
Command for patch:
{code}
svn mkdir lucene/src/java/org/apache/lucene/util/mutable
svn move
modules/common/src/java/org/apache/lucene/common/mutable/MutableValue*.java
lucene/src/java/org/apache/lucene/util/mutable/
svn delete modules/common
svn delete dev-tools/maven/modules/common
svn delete dev-tools/idea/modules/common
{code}
> Collapse Common module into Lucene core util
> --------------------------------------------
>
> Key: LUCENE-3274
> URL: https://issues.apache.org/jira/browse/LUCENE-3274
> Project: Lucene - Java
> Issue Type: Improvement
> Reporter: Chris Male
> Attachments: LUCENE-3274.patch
>
>
> It was suggested by Robert in [http://markmail.org/message/wbfuzfamtn2qdvii]
> that we should try to limit the dependency graph between modules and where
> there is something 'common' it should probably go into lucene core. Given
> that I haven't added anything to this module except the MutableValue classes,
> I'm going to collapse them into the util package, remove the module, and
> correct the dependencies.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]