[
https://issues.apache.org/jira/browse/AVRO-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228140#comment-15228140
]
ASF GitHub Bot commented on AVRO-1822:
--------------------------------------
GitHub user boosh opened a pull request:
https://github.com/apache/avro/pull/84
Move TestSpecificCompiler into org.apache.avro.compiler.specific
See AVRO-1822.
This moves TestSpecificCompiler from org.apache.avro.compiler into
org.apache.avro.compiler.specific so tests can be updated for AVRO-1642
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/boosh/avro AVRO-1822
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/84.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #84
----
commit e457d1eb9242c1c4f9a3a43a1e5e0e778b8c9bce
Author: Al B <[email protected]>
Date: 2016-04-06T11:41:10Z
Move TestSpecificCompiler into org.apache.avro.compiler.specific
----
> Move TestSpecificCompiler from org.apache.avro.compiler to
> org.apache.avro.compiler.specific to access protected members
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: AVRO-1822
> URL: https://issues.apache.org/jira/browse/AVRO-1822
> Project: Avro
> Issue Type: Improvement
> Reporter: Barry Jones
> Priority: Minor
>
> AVRO-1642 requires updates to TestSpecificCompiler. It needs to access
> protected members.
> At the moment, TestSpecificCompiler is in the wrong package so can't access
> protected members. This ticket proposes moving TestSpecificCompiler from
> org.apache.avro.compiler to org.apache.avro.compiler.specific.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)