Github user jerrypeng commented on a diff in the pull request: https://github.com/apache/storm/pull/785#discussion_r41898751 --- Diff: storm-core/test/jvm/backtype/storm/TestConfigValidate.java --- @@ -0,0 +1,137 @@ +package backtype.storm; + +import backtype.storm.utils.Utils; +import org.junit.Test; +import org.junit.Assert; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import backtype.storm.validation.ConfigValidationAnnotations; +import backtype.storm.validation.ConfigValidation; + +import java.lang.annotation.Annotation; +import java.lang.reflect.Field; +import java.lang.reflect.InvocationTargetException; +import java.util.Arrays; +import java.util.Collection; +import java.util.HashMap; +import java.util.LinkedList; +import java.util.Map; + +/** + * Created by jerrypeng on 10/1/15. + */ --- End diff -- will remove
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---