You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2010/04/02 20:08:27 UTC

[jira] Created: (HADOOP-6676) Create a javac plugin that produces warnings for programs using Evolving APIs

Create a javac plugin that produces warnings for programs using Evolving APIs
-----------------------------------------------------------------------------

                 Key: HADOOP-6676
                 URL: https://issues.apache.org/jira/browse/HADOOP-6676
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Tom White


Such a feature would be useful to enforce MAPREDUCE-1637. It might also be useful for users who wish to check their programs don't use Evolving APIs. 

It could be implemented using an annotation processor: http://java.sun.com/javase/6/docs/technotes/tools/solaris/javac.html#processing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.