Package org.epic.perleditor.editors.util.SourceCritic

Examples of org.epic.perleditor.editors.util.SourceCritic.Violation


     * @see org.epic.perleditor.actions.PerlJobAction#createMarkerAttributes(org.epic.core.util.MarkerUtilities, java.lang.Object)
     */
    public Map createMarkerAttributes(MarkerUtilities factory, Object violation)
    {
        Map attributes = new HashMap();
        Violation v = (Violation) violation;

        /*
         * XXX: including the violation as part of the message is only temporary
         *
         * future enhancements should have the pbp info displayed as part of the marker annotation, or
View Full Code Here

TOP

Related Classes of org.epic.perleditor.editors.util.SourceCritic.Violation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.