Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for protected (0.05 seconds)

  1. impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    protected int bufStart; protected int bufEnd; protected int pos; protected int posStart; protected int posEnd; protected char[] pc; protected int pcStart; protected int pcEnd; protected boolean usePC; protected boolean seenStartTag; protected boolean seenEndTag; protected boolean pastEndTag; protected boolean seenAmpersand; protected boolean seenMarkup; protected boolean seenDocdecl; protected boolean tokenize; protected String text; protected String entityRefName; protected String xmlDeclVersion; protected...
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 164.6K bytes
    - Click Count (0)
  2. compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java

            // TODO
        }
    
        protected Object getDependencyKey(Dependency dependency) {
            return dependency;
        }
    
        protected Object getPluginKey(Plugin plugin) {
            return plugin;
        }
    
        protected Object getPluginExecutionKey(PluginExecution pluginExecution) {
            return pluginExecution;
        }
    
        protected Object getReportPluginKey(ReportPlugin reportPlugin) {
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Apr 03 11:21:39 GMT 2025
    - 99.2K bytes
    - Click Count (0)
Back to Top