The following document contains the results of PMD's CPD 5.0.2.
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 4874 |
org/jomc/ri/DefaultObjectManager.java | 4945 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultObjectManager", locale ).getString( "Illegal Array Specification Message" ), specificationIdentifier, specificationMultiplicity, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Illegal Object Specification Message>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @param specificationIdentifier Format argument. * @param specificationMultiplicity Format argument. * @return The text of the {@code <Illegal Object Specification Message>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getIllegalObjectSpecificationMessage( final java.util.Locale locale, final java.lang.String specificationIdentifier, final java.lang.String specificationMultiplicity ) |
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 5086 |
org/jomc/ri/DefaultObjectManager.java | 5157 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultObjectManager", locale ).getString( "Invoker Info Message" ), implementationIdentifier, classLoaderInfo, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Listener Info Message>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @param implementationIdentifier Format argument. * @param classLoaderInfo Format argument. * @return The text of the {@code <Listener Info Message>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getListenerInfoMessage( final java.util.Locale locale, final java.lang.String implementationIdentifier, final java.lang.String classLoaderInfo ) |
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 5512 |
org/jomc/ri/DefaultObjectManager.java | 5794 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultObjectManager", locale ).getString( "Missing Instance Message" ), implementationIdentifier, implementationName, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Missing Locator Message>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @param locationInfo Format argument. * @return The text of the {@code <Missing Locator Message>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getMissingLocatorMessage( final java.util.Locale locale, final java.lang.String locationInfo ) |
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 3964 |
org/jomc/ri/DefaultObjectManager.java | 5229 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultObjectManager", locale ).getString( "Default Locator Info Message" ), schemeInfo, classLoaderInfo, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Default Log Level Info Message>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @param logLevel Format argument. * @return The text of the {@code <Default Log Level Info Message>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getDefaultLogLevelInfoMessage( final java.util.Locale locale, final java.lang.String logLevel ) |
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 4593 |
org/jomc/ri/DefaultObjectManager.java | 6286 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultObjectManager", locale ).getString( "Default Scope Info Message" ), scopeIdentifier, classLoaderInfo, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Dependency Cycle Message>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @param implementationIdentifier Format argument. * @return The text of the {@code <Dependency Cycle Message>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getDependencyCycleMessage( final java.util.Locale locale, final java.lang.String implementationIdentifier ) |
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 3684 |
org/jomc/ri/DefaultObjectManager.java | 3823 |
org/jomc/ri/DefaultObjectManager.java | 3893 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultObjectManager", locale ).getString( "Creating Modules Info" ), classLoaderInfo, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Default Implementation Name>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @return The text of the {@code <Default Implementation Name>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getDefaultImplementationName( final java.util.Locale locale ) |
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 4104 |
org/jomc/ri/DefaultObjectManager.java | 4174 |
org/jomc/ri/DefaultObjectManager.java | 4244 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultObjectManager", locale ).getString( "Default Model Identifier Info" ), defaultValue, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Default Model Object Classpah Resolution Enabled Info>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @param defaultValue Format argument. * @return The text of the {@code <Default Model Object Classpah Resolution Enabled Info>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getDefaultModelObjectClasspahResolutionEnabledInfo( final java.util.Locale locale, final java.lang.String defaultValue ) |
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 4663 |
org/jomc/ri/DefaultObjectManager.java | 4733 |
org/jomc/ri/DefaultObjectManager.java | 4803 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultObjectManager", locale ).getString( "Dependency Cycle Message" ), implementationIdentifier, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Ignored Invocation Message>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @param implementationIdentifier Format argument. * @return The text of the {@code <Ignored Invocation Message>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getIgnoredInvocationMessage( final java.util.Locale locale, final java.lang.String implementationIdentifier ) |
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 5441 |
org/jomc/ri/DefaultObjectManager.java | 6005 |
org/jomc/ri/DefaultObjectManager.java | 6075 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultObjectManager", locale ).getString( "Missing Implementations Message" ), specificationIdentifier, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Missing Instance Message>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @param implementationIdentifier Format argument. * @param implementationName Format argument. * @return The text of the {@code <Missing Instance Message>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getMissingInstanceMessage( final java.util.Locale locale, final java.lang.String implementationIdentifier, final java.lang.String implementationName ) |
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 3684 |
org/jomc/ri/DefaultObjectManager.java | 3823 |
org/jomc/ri/DefaultObjectManager.java | 3893 |
org/jomc/ri/DefaultObjectManager.java | 3964 |
org/jomc/ri/DefaultObjectManager.java | 4522 |
org/jomc/ri/DefaultObjectManager.java | 4593 |
org/jomc/ri/DefaultObjectManager.java | 5086 |
org/jomc/ri/DefaultObjectManager.java | 5157 |
org/jomc/ri/DefaultObjectManager.java | 5229 |
org/jomc/ri/DefaultObjectManager.java | 6286 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultObjectManager", locale ).getString( "Creating Modules Info" ), classLoaderInfo, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Default Implementation Name>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @return The text of the {@code <Default Implementation Name>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getDefaultImplementationName( final java.util.Locale locale ) |
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 5371 |
org/jomc/ri/DefaultObjectManager.java | 5512 |
org/jomc/ri/DefaultObjectManager.java | 5794 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultObjectManager", locale ).getString( "Missing Implementation Message" ), specificationIdentifier, implementationName, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Missing Implementations Message>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @param specificationIdentifier Format argument. * @return The text of the {@code <Missing Implementations Message>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getMissingImplementationsMessage( final java.util.Locale locale, final java.lang.String specificationIdentifier ) |
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 3753 |
org/jomc/ri/DefaultObjectManager.java | 4313 |
org/jomc/ri/DefaultObjectManager.java | 4382 |
org/jomc/ri/DefaultObjectManager.java | 4451 |
org/jomc/ri/DefaultObjectManager.java | 6144 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultObjectManager", locale ).getString( "Default Implementation Name" ), (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Default Invoker Info Message>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @param classLoaderInfo Format argument. * @return The text of the {@code <Default Invoker Info Message>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getDefaultInvokerInfoMessage( final java.util.Locale locale, final java.lang.String classLoaderInfo ) |
File | Line |
---|---|
org/jomc/ri/DefaultLocator.java | 263 |
org/jomc/ri/DefaultObjectManager.java | 3684 |
org/jomc/ri/DefaultObjectManager.java | 3753 |
org/jomc/ri/DefaultObjectManager.java | 3823 |
org/jomc/ri/DefaultObjectManager.java | 3893 |
org/jomc/ri/DefaultObjectManager.java | 3964 |
org/jomc/ri/DefaultObjectManager.java | 4034 |
org/jomc/ri/DefaultObjectManager.java | 4104 |
org/jomc/ri/DefaultObjectManager.java | 4174 |
org/jomc/ri/DefaultObjectManager.java | 4244 |
org/jomc/ri/DefaultObjectManager.java | 4313 |
org/jomc/ri/DefaultObjectManager.java | 4382 |
org/jomc/ri/DefaultObjectManager.java | 4451 |
org/jomc/ri/DefaultObjectManager.java | 4522 |
org/jomc/ri/DefaultObjectManager.java | 4593 |
org/jomc/ri/DefaultObjectManager.java | 4663 |
org/jomc/ri/DefaultObjectManager.java | 4733 |
org/jomc/ri/DefaultObjectManager.java | 4803 |
org/jomc/ri/DefaultObjectManager.java | 4874 |
org/jomc/ri/DefaultObjectManager.java | 4945 |
org/jomc/ri/DefaultObjectManager.java | 5015 |
org/jomc/ri/DefaultObjectManager.java | 5086 |
org/jomc/ri/DefaultObjectManager.java | 5157 |
org/jomc/ri/DefaultObjectManager.java | 5229 |
org/jomc/ri/DefaultObjectManager.java | 5300 |
org/jomc/ri/DefaultObjectManager.java | 5371 |
org/jomc/ri/DefaultObjectManager.java | 5441 |
org/jomc/ri/DefaultObjectManager.java | 5512 |
org/jomc/ri/DefaultObjectManager.java | 5582 |
org/jomc/ri/DefaultObjectManager.java | 5653 |
org/jomc/ri/DefaultObjectManager.java | 5723 |
org/jomc/ri/DefaultObjectManager.java | 5794 |
org/jomc/ri/DefaultObjectManager.java | 5865 |
org/jomc/ri/DefaultObjectManager.java | 5935 |
org/jomc/ri/DefaultObjectManager.java | 6005 |
org/jomc/ri/DefaultObjectManager.java | 6075 |
org/jomc/ri/DefaultObjectManager.java | 6144 |
org/jomc/ri/DefaultObjectManager.java | 6214 |
org/jomc/ri/DefaultObjectManager.java | 6286 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultLocator", locale ).getString( "Illegal Object Message" ), objectInfo, classInfo, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } /** * Gets the text of the {@code <Unsupported URI Scheme Message>} message. * <p><dl> * <dt><b>Languages:</b></dt> * <dd>English (default)</dd> * <dd>Deutsch</dd> * <dt><b>Final:</b></dt><dd>No</dd> * </dl></p> * @param locale The locale of the message to return. * @param schemeInfo Format argument. * @return The text of the {@code <Unsupported URI Scheme Message>} message for {@code locale}. * @throws org.jomc.ObjectManagementException if getting the message instance fails. */ @SuppressWarnings({"unused", "PMD.UnnecessaryFullyQualifiedName"}) @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) private static String getUnsupportedUriSchemeMessage( final java.util.Locale locale, final java.lang.String schemeInfo ) |
File | Line |
---|---|
org/jomc/ri/model/RuntimeImplementation.java | 279 |
org/jomc/ri/model/RuntimeModule.java | 128 |
( (RuntimeModelObject) this.getDependencies() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } if ( this.getImplementations() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getImplementations() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getImplementations() ).clear(); } } if ( this.getMessages() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getMessages() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getMessages() ).clear(); } } if ( this.getProperties() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getProperties() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getProperties() ).clear(); } } if ( this.getSpecifications() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getSpecifications() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getSpecifications() ).clear(); } } } // SECTION-END // SECTION-START[Constructors] // <editor-fold defaultstate="collapsed" desc=" Generated Constructors "> /** Creates a new {@code RuntimeImplementation} instance. */ @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) public RuntimeImplementation() |
File | Line |
---|---|
org/jomc/ri/model/RuntimeDependency.java | 111 |
org/jomc/ri/model/RuntimeInstance.java | 572 |
this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDependencies() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDependencies() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDependencies() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } if ( this.getMessages() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getMessages() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getMessages() ).clear(); } } if ( this.getProperties() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getProperties() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getProperties() ).clear(); } } |
File | Line |
---|---|
org/jomc/ri/DefaultLocator.java | 333 |
org/jomc/ri/DefaultObjectManager.java | 6359 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultLocator", locale ).getString( "Unsupported URI Scheme Message" ), schemeInfo, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } // </editor-fold> // SECTION-END } |
File | Line |
---|---|
org/jomc/ri/DefaultLocator.java | 263 |
org/jomc/ri/DefaultLocator.java | 333 |
org/jomc/ri/DefaultObjectManager.java | 3684 |
org/jomc/ri/DefaultObjectManager.java | 3753 |
org/jomc/ri/DefaultObjectManager.java | 3823 |
org/jomc/ri/DefaultObjectManager.java | 3893 |
org/jomc/ri/DefaultObjectManager.java | 3964 |
org/jomc/ri/DefaultObjectManager.java | 4034 |
org/jomc/ri/DefaultObjectManager.java | 4104 |
org/jomc/ri/DefaultObjectManager.java | 4174 |
org/jomc/ri/DefaultObjectManager.java | 4244 |
org/jomc/ri/DefaultObjectManager.java | 4313 |
org/jomc/ri/DefaultObjectManager.java | 4382 |
org/jomc/ri/DefaultObjectManager.java | 4451 |
org/jomc/ri/DefaultObjectManager.java | 4522 |
org/jomc/ri/DefaultObjectManager.java | 4593 |
org/jomc/ri/DefaultObjectManager.java | 4663 |
org/jomc/ri/DefaultObjectManager.java | 4733 |
org/jomc/ri/DefaultObjectManager.java | 4803 |
org/jomc/ri/DefaultObjectManager.java | 4874 |
org/jomc/ri/DefaultObjectManager.java | 4945 |
org/jomc/ri/DefaultObjectManager.java | 5015 |
org/jomc/ri/DefaultObjectManager.java | 5086 |
org/jomc/ri/DefaultObjectManager.java | 5157 |
org/jomc/ri/DefaultObjectManager.java | 5229 |
org/jomc/ri/DefaultObjectManager.java | 5300 |
org/jomc/ri/DefaultObjectManager.java | 5371 |
org/jomc/ri/DefaultObjectManager.java | 5441 |
org/jomc/ri/DefaultObjectManager.java | 5512 |
org/jomc/ri/DefaultObjectManager.java | 5582 |
org/jomc/ri/DefaultObjectManager.java | 5653 |
org/jomc/ri/DefaultObjectManager.java | 5723 |
org/jomc/ri/DefaultObjectManager.java | 5794 |
org/jomc/ri/DefaultObjectManager.java | 5865 |
org/jomc/ri/DefaultObjectManager.java | 5935 |
org/jomc/ri/DefaultObjectManager.java | 6005 |
org/jomc/ri/DefaultObjectManager.java | 6075 |
org/jomc/ri/DefaultObjectManager.java | 6144 |
org/jomc/ri/DefaultObjectManager.java | 6214 |
org/jomc/ri/DefaultObjectManager.java | 6286 |
org/jomc/ri/DefaultObjectManager.java | 6359 |
final String message = java.text.MessageFormat.format( java.util.ResourceBundle.getBundle( "org.jomc.ri.DefaultLocator", locale ).getString( "Illegal Object Message" ), objectInfo, classInfo, (Object) null ); final java.lang.StringBuilder builder = new java.lang.StringBuilder( message.length() ); reader = new java.io.BufferedReader( new java.io.StringReader( message ) ); final String lineSeparator = System.getProperty( "line.separator", "\n" ); String line; while ( ( line = reader.readLine() ) != null ) { builder.append( lineSeparator ).append( line ); } suppressExceptionOnClose = false; return builder.length() > 0 ? builder.substring( lineSeparator.length() ) : ""; } catch( final java.lang.ClassCastException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.lang.IllegalArgumentException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.util.MissingResourceException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } catch( final java.io.IOException e ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } finally { try { if( reader != null ) { reader.close(); } } catch( final java.io.IOException e ) { if( !suppressExceptionOnClose ) { throw new org.jomc.ObjectManagementException( e.getMessage(), e ); } } } } |
File | Line |
---|---|
org/jomc/ri/model/RuntimeImplementationReference.java | 77 |
org/jomc/ri/model/RuntimeMessageReference.java | 77 |
org/jomc/ri/model/RuntimePropertyReference.java | 77 |
org/jomc/ri/model/RuntimeSpecificationReference.java | 77 |
public RuntimeImplementationReference( final ImplementationReference reference ) { super( reference ); if ( this.getAuthors() != null ) { this.setAuthors( RuntimeModelObjects.getInstance().copyOf( this.getAuthors() ) ); } if ( this.getDocumentation() != null ) { this.setDocumentation( RuntimeModelObjects.getInstance().copyOf( this.getDocumentation() ) ); } } // SECTION-END // SECTION-START[RuntimeModelObject] public void gc() { this.gcOrClear( true, false ); } public void clear() { this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } } // SECTION-END // SECTION-START[Constructors] // <editor-fold defaultstate="collapsed" desc=" Generated Constructors "> /** Creates a new {@code RuntimeImplementationReference} instance. */ @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) public RuntimeImplementationReference() |
File | Line |
---|---|
org/jomc/ri/model/RuntimeAuthor.java | 78 |
org/jomc/ri/model/RuntimeImplementationReference.java | 79 |
org/jomc/ri/model/RuntimeMessageReference.java | 79 |
org/jomc/ri/model/RuntimePerson.java | 78 |
org/jomc/ri/model/RuntimePropertyReference.java | 79 |
org/jomc/ri/model/RuntimeSpecificationReference.java | 79 |
super( author ); if ( this.getAuthors() != null ) { this.setAuthors( RuntimeModelObjects.getInstance().copyOf( this.getAuthors() ) ); } if ( this.getDocumentation() != null ) { this.setDocumentation( RuntimeModelObjects.getInstance().copyOf( this.getDocumentation() ) ); } } // SECTION-END // SECTION-START[RuntimeModelObject] public void gc() { this.gcOrClear( true, false ); } public void clear() { this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } } // SECTION-END // SECTION-START[Constructors] // <editor-fold defaultstate="collapsed" desc=" Generated Constructors "> /** Creates a new {@code RuntimeAuthor} instance. */ @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) public RuntimeAuthor() |
File | Line |
---|---|
org/jomc/ri/model/RuntimeImplementation.java | 253 |
org/jomc/ri/model/RuntimeInstance.java | 570 |
this.locationUri = null; this.javaTypeName = null; this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDependencies() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDependencies() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDependencies() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } if ( this.getImplementations() instanceof RuntimeModelObject ) |
File | Line |
---|---|
org/jomc/ri/model/RuntimeArgument.java | 95 |
org/jomc/ri/model/RuntimeSpecification.java | 166 |
} /** * Gets the Java type name of the type referenced by the argument. * <p>This method queries an internal cache for a result object to return. If no cached result object is available, * this method queries the super-class for a result object to return and caches the outcome of that query for use on * successive calls.</p> * <p><b>Note:</b><br/>Method {@code clear()} must be used to synchronize the state of the internal cache with the * state of the instance, should the state of the instance change.</p> * * @return The Java type name of the type referenced by the argument or {@code null}, if the argument does not * reference a type. * * @throws ModelObjectException if compiling the name of the referenced type to a {@code JavaTypeName} fails. * * @since 1.4 * * @see #getType() * @see #clear() */ @Override public JavaTypeName getJavaTypeName() throws ModelObjectException { if ( this.javaTypeName == null ) { this.javaTypeName = super.getJavaTypeName(); } return this.javaTypeName; } // SECTION-END // SECTION-START[RuntimeModelObject] public void gc() { this.gcOrClear( true, false ); } public void clear() { this.javaTypeName = null; this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } |
File | Line |
---|---|
org/jomc/ri/model/RuntimeImplementation.java | 152 |
org/jomc/ri/model/RuntimeInstance.java | 150 |
} /** * Gets the Java class of the implementation for a given class loader. * <p>This method queries an internal cache for a result object to return for the given argument values. If no * cached result object is available, this method queries the super-class for a result object to return and caches * the outcome of that query for use on successive calls.</p> * <p><b>Note:</b><br/>Method {@code RuntimeModelObjects.clear()} must be used to synchronize the state of the * internal cache with the state of the class loader, should the state of the class loader change.</p> * * @param classLoader The class loader to get the Java class from or {@code null}, to get the Java class from the * platform's bootstrap class loader. * * @return The Java class of the implementation or {@code null}, if the implementation does not declare a class. * * @throws ClassNotFoundException if the Java class is not found. * @throws ModelObjectException if parsing the name of the referenced type fails. * * @see #getClazz() * @see RuntimeModelObjects#clear() */ @Override public Class<?> getJavaClass( final ClassLoader classLoader ) throws ModelObjectException, ClassNotFoundException { Class<?> javaClass = null; if ( this.getJavaTypeName() != null ) { ClassLoader classLoaderKey = classLoader; if ( classLoaderKey == null ) { classLoaderKey = BOOTSTRAP_CLASSLOADER_KEY; } synchronized ( classesByClassLoaderAndNameCache ) { Map<String, Reference<Class<?>>> map = classesByClassLoaderAndNameCache.get( classLoaderKey ); if ( map == null ) { map = createMap(); classesByClassLoaderAndNameCache.put( classLoaderKey, map ); } final Reference<Class<?>> reference = map.get( this.getJavaTypeName().getClassName() ); if ( reference != null ) { javaClass = reference.get(); } if ( javaClass == null ) { javaClass = super.getJavaClass( classLoader ); map.put( this.getJavaTypeName().getClassName(), new WeakReference<Class<?>>( javaClass ) ); } } } return javaClass; } /** * Gets the Java type name of the type referenced by the implementation. * <p>This method queries an internal cache for a result object to return. If no cached result object is available, * this method queries the super-class for a result object to return and caches the outcome of that query for use on * successive calls.</p> * <p><b>Note:</b><br/>Method {@code clear()} must be used to synchronize the state of the internal cache with the * state of the instance, should the state of the instance change.</p> * * @return The Java type name of the type referenced by the implementation or {@code null}, if the implementation * does not reference a type. * * @throws ModelObjectException if compiling the name of the referenced type to a {@code JavaTypeName} fails. * * @since 1.4 * * @see #getJavaTypeName() * @see #clear() */ @Override public JavaTypeName getJavaTypeName() throws ModelObjectException |
File | Line |
---|---|
org/jomc/ri/model/RuntimeImplementation.java | 189 |
org/jomc/ri/model/RuntimeSpecification.java | 142 |
Map<String, Reference<Class<?>>> map = classesByClassLoaderAndNameCache.get( classLoaderKey ); if ( map == null ) { map = createMap(); classesByClassLoaderAndNameCache.put( classLoaderKey, map ); } final Reference<Class<?>> reference = map.get( this.getJavaTypeName().getClassName() ); if ( reference != null ) { javaClass = reference.get(); } if ( javaClass == null ) { javaClass = super.getJavaClass( classLoader ); map.put( this.getJavaTypeName().getClassName(), new WeakReference<Class<?>>( javaClass ) ); } } } return javaClass; } /** * Gets the Java type name of the type referenced by the implementation. * <p>This method queries an internal cache for a result object to return. If no cached result object is available, * this method queries the super-class for a result object to return and caches the outcome of that query for use on * successive calls.</p> * <p><b>Note:</b><br/>Method {@code clear()} must be used to synchronize the state of the internal cache with the * state of the instance, should the state of the instance change.</p> * * @return The Java type name of the type referenced by the implementation or {@code null}, if the implementation * does not reference a type. * * @throws ModelObjectException if compiling the name of the referenced type to a {@code JavaTypeName} fails. * * @since 1.4 * * @see #getJavaTypeName() * @see #clear() */ @Override public JavaTypeName getJavaTypeName() throws ModelObjectException { if ( this.javaTypeName == null ) { this.javaTypeName = super.getJavaTypeName(); } return this.javaTypeName; } // SECTION-END // SECTION-START[RuntimeModelObject] public void gc() { this.gcOrClear( true, false ); } public void clear() { this.locationUri = null; |
File | Line |
---|---|
org/jomc/ri/model/RuntimeDependency.java | 111 |
org/jomc/ri/model/RuntimeImplementation.java | 255 |
this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDependencies() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDependencies() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDependencies() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } if ( this.getMessages() instanceof RuntimeModelObject ) |
File | Line |
---|---|
org/jomc/ri/model/RuntimeImplementation.java | 301 |
org/jomc/ri/model/RuntimeInstance.java | 607 |
org/jomc/ri/model/RuntimeModule.java | 150 |
( (RuntimeModelObject) this.getImplementations() ).clear(); } } if ( this.getMessages() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getMessages() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getMessages() ).clear(); } } if ( this.getProperties() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getProperties() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getProperties() ).clear(); } } if ( this.getSpecifications() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getSpecifications() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getSpecifications() ).clear(); } } } // SECTION-END // SECTION-START[Constructors] // <editor-fold defaultstate="collapsed" desc=" Generated Constructors "> /** Creates a new {@code RuntimeImplementation} instance. */ @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) public RuntimeImplementation() |
File | Line |
---|---|
org/jomc/ri/model/RuntimeImplementation.java | 103 |
org/jomc/ri/model/RuntimeModule.java | 82 |
this.setDependencies( RuntimeModelObjects.getInstance().copyOf( this.getDependencies() ) ); } if ( this.getDocumentation() != null ) { this.setDocumentation( RuntimeModelObjects.getInstance().copyOf( this.getDocumentation() ) ); } if ( this.getImplementations() != null ) { this.setImplementations( RuntimeModelObjects.getInstance().copyOf( this.getImplementations() ) ); } if ( this.getMessages() != null ) { this.setMessages( RuntimeModelObjects.getInstance().copyOf( this.getMessages() ) ); } if ( this.getProperties() != null ) { this.setProperties( RuntimeModelObjects.getInstance().copyOf( this.getProperties() ) ); } if ( this.getSpecifications() != null ) { this.setSpecifications( RuntimeModelObjects.getInstance().copyOf( this.getSpecifications() ) ); } } |
File | Line |
---|---|
org/jomc/ri/model/RuntimeDependency.java | 78 |
org/jomc/ri/model/RuntimeInstance.java | 124 |
super( dependency ); if ( this.getAuthors() != null ) { this.setAuthors( RuntimeModelObjects.getInstance().copyOf( this.getAuthors() ) ); } if ( this.getDependencies() != null ) { this.setDependencies( RuntimeModelObjects.getInstance().copyOf( this.getDependencies() ) ); } if ( this.getDocumentation() != null ) { this.setDocumentation( RuntimeModelObjects.getInstance().copyOf( this.getDocumentation() ) ); } if ( this.getMessages() != null ) { this.setMessages( RuntimeModelObjects.getInstance().copyOf( this.getMessages() ) ); } if ( this.getProperties() != null ) { this.setProperties( RuntimeModelObjects.getInstance().copyOf( this.getProperties() ) ); } |
File | Line |
---|---|
org/jomc/ri/model/RuntimeAuthor.java | 86 |
org/jomc/ri/model/RuntimeImplementationReference.java | 87 |
org/jomc/ri/model/RuntimeMessageReference.java | 87 |
org/jomc/ri/model/RuntimeModule.java | 102 |
org/jomc/ri/model/RuntimePerson.java | 86 |
org/jomc/ri/model/RuntimePropertyReference.java | 87 |
org/jomc/ri/model/RuntimeSpecificationReference.java | 87 |
this.setDocumentation( RuntimeModelObjects.getInstance().copyOf( this.getDocumentation() ) ); } } // SECTION-END // SECTION-START[RuntimeModelObject] public void gc() { this.gcOrClear( true, false ); } public void clear() { this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } |
File | Line |
---|---|
org/jomc/ri/model/RuntimeAuthors.java | 98 |
org/jomc/ri/model/RuntimePersons.java | 98 |
this.getAuthor().set( i, RuntimeModelObjects.getInstance().copyOf( a ) ); } } // SECTION-END // SECTION-START[RuntimeModelObject] public void gc() { this.gcOrClear( true, false ); } public void clear() { this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } this.gcOrClearAuthors( gc, clear ); |
File | Line |
---|---|
org/jomc/ri/model/RuntimeAuthor.java | 86 |
org/jomc/ri/model/RuntimeAuthors.java | 98 |
org/jomc/ri/model/RuntimeImplementationReference.java | 87 |
org/jomc/ri/model/RuntimeMessageReference.java | 87 |
org/jomc/ri/model/RuntimeModule.java | 102 |
org/jomc/ri/model/RuntimePerson.java | 86 |
org/jomc/ri/model/RuntimePersons.java | 98 |
org/jomc/ri/model/RuntimePropertyReference.java | 87 |
org/jomc/ri/model/RuntimeSpecificationReference.java | 87 |
this.setDocumentation( RuntimeModelObjects.getInstance().copyOf( this.getDocumentation() ) ); } } // SECTION-END // SECTION-START[RuntimeModelObject] public void gc() { this.gcOrClear( true, false ); } public void clear() { this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } |
File | Line |
---|---|
org/jomc/ri/model/RuntimeImplementations.java | 314 |
org/jomc/ri/model/RuntimeSpecifications.java | 267 |
this.implementationsByNameCache.clear(); } synchronized ( this.referencesByIdentifierCache ) { this.referencesByIdentifierCache.clear(); } this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } this.gcOrClearImplementationReferences( gc, clear ); |
File | Line |
---|---|
org/jomc/ri/model/RuntimeMessages.java | 215 |
org/jomc/ri/model/RuntimeProperties.java | 215 |
this.messagesByNameCache.clear(); } synchronized ( this.referencesByNameCache ) { this.referencesByNameCache.clear(); } this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } this.gcOrClearMessageReferences( gc, clear ); |
File | Line |
---|---|
org/jomc/ri/DefaultInvoker.java | 106 |
org/jomc/ri/DefaultInvoker.java | 147 |
if ( instance != null && instance.isStateless() ) { try { current = this.preInvoke( current ); } catch ( final Throwable t ) { this.handleException( current, t ); } if ( !( current.getResult() instanceof Throwable ) ) { try { current.setResult( current.getMethod().invoke( current.getObject(), current.getArguments() ) ); } catch ( final Throwable t ) { this.handleException( current, t ); } } try { current = this.postInvoke( current ); } catch ( final Throwable t ) { this.handleException( current, t ); } if ( current.getResult() instanceof Throwable ) { throw (Throwable) current.getResult(); } return current.getResult(); } |
File | Line |
---|---|
org/jomc/ri/model/RuntimeArgument.java | 136 |
org/jomc/ri/model/RuntimeAuthor.java | 99 |
org/jomc/ri/model/RuntimeImplementationReference.java | 100 |
org/jomc/ri/model/RuntimeMessageReference.java | 100 |
org/jomc/ri/model/RuntimePerson.java | 99 |
org/jomc/ri/model/RuntimeProperty.java | 165 |
org/jomc/ri/model/RuntimePropertyReference.java | 100 |
org/jomc/ri/model/RuntimeSpecificationReference.java | 100 |
this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } } // SECTION-END // SECTION-START[Constructors] // <editor-fold defaultstate="collapsed" desc=" Generated Constructors "> /** Creates a new {@code RuntimeArgument} instance. */ @javax.annotation.Generated( value = "org.jomc.tools.SourceFileProcessor 1.6", comments = "See http://www.jomc.org/jomc/1.6/jomc-tools-1.6" ) public RuntimeArgument() |
File | Line |
---|---|
org/jomc/ri/DefaultObjectManager.java | 182 |
org/jomc/ri/DefaultObjectManager.java | 336 |
Locale.getDefault(), s.getIdentifier(), s.getMultiplicity().value() ), null ); } return null; } Scope scope = null; if ( s.getScope() != null ) { scope = this.getScope( s.getScope(), classLoader ); if ( scope == null ) { if ( this.isLoggable( Level.WARNING ) ) { this.log( classLoader, Level.WARNING, getMissingScopeMessage( Locale.getDefault(), s.getScope() ), null ); } return null; } } final Implementations available = model.getImplementations( s.getIdentifier() ); if ( available == null ) { if ( this.isLoggable( Level.WARNING ) ) { this.log( classLoader, Level.WARNING, getMissingImplementationsMessage( Locale.getDefault(), s.getIdentifier() ), null ); |
File | Line |
---|---|
org/jomc/ri/model/RuntimeArguments.java | 209 |
org/jomc/ri/model/RuntimeDependencies.java | 160 |
org/jomc/ri/model/RuntimeImplementations.java | 318 |
org/jomc/ri/model/RuntimeInstances.java | 160 |
org/jomc/ri/model/RuntimeMessages.java | 219 |
org/jomc/ri/model/RuntimeModules.java | 1327 |
org/jomc/ri/model/RuntimeProperties.java | 219 |
org/jomc/ri/model/RuntimeSpecifications.java | 271 |
this.argumentsByNameCache.clear(); } this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } this.gcOrClearArguments( gc, clear ); |
File | Line |
---|---|
org/jomc/ri/model/RuntimeArguments.java | 209 |
org/jomc/ri/model/RuntimeDependencies.java | 160 |
org/jomc/ri/model/RuntimeImplementations.java | 318 |
org/jomc/ri/model/RuntimeInstances.java | 160 |
org/jomc/ri/model/RuntimeMessages.java | 219 |
org/jomc/ri/model/RuntimeModules.java | 1327 |
org/jomc/ri/model/RuntimeProperties.java | 219 |
org/jomc/ri/model/RuntimeProperty.java | 162 |
org/jomc/ri/model/RuntimeSpecifications.java | 271 |
this.argumentsByNameCache.clear(); } this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } |
File | Line |
---|---|
org/jomc/ri/model/RuntimeInstance.java | 187 |
org/jomc/ri/model/RuntimeSpecification.java | 142 |
Map<String, Reference<Class<?>>> map = classesByClassLoaderAndNameCache.get( classLoaderKey ); if ( map == null ) { map = createMap(); classesByClassLoaderAndNameCache.put( classLoaderKey, map ); } final Reference<Class<?>> reference = map.get( this.getJavaTypeName().getClassName() ); if ( reference != null ) { javaClass = reference.get(); } if ( javaClass == null ) { javaClass = super.getJavaClass( classLoader ); map.put( this.getJavaTypeName().getClassName(), new WeakReference<Class<?>>( javaClass ) ); } } } return javaClass; } /** * Gets the Java classes of all specifications of the instance for a given class loader. * <p>This method queries an internal cache for a result object to return for the given argument values. If no * cached result object is available, this method queries the super-class for a result object to return and caches * the outcome of that query for use on successive calls.</p> * <p><b>Note:</b><br/>Method {@code RuntimeModelObjects.clear()} must be used to synchronize the state of the * internal cache with the state of the instance and class loader, should the state of the instance or class loader * change.</p> * * @param classLoader The class loader to get the Java classes from or {@code null}, to get the Java classes from * the platform's bootstrap class loader. * * @return The Java classes of all specifications of the instance. * * @throws ClassNotFoundException if a Java class is not found. * @throws ModelObjectException if parsing a name of a referenced type fails. * * @see #getSpecifications() * @see Specification#getClazz() * @see RuntimeModelObjects#clear() */ @Override public Class<?>[] getJavaClasses( final ClassLoader classLoader ) |
File | Line |
---|---|
org/jomc/ri/model/RuntimeModule.java | 115 |
org/jomc/ri/model/RuntimeSpecification.java | 207 |
this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } if ( this.getImplementations() instanceof RuntimeModelObject ) |
File | Line |
---|---|
org/jomc/ri/model/RuntimeArguments.java | 212 |
org/jomc/ri/model/RuntimeAuthors.java | 111 |
org/jomc/ri/model/RuntimeDependencies.java | 163 |
org/jomc/ri/model/RuntimeImplementations.java | 321 |
org/jomc/ri/model/RuntimeInstances.java | 163 |
org/jomc/ri/model/RuntimeMessages.java | 222 |
org/jomc/ri/model/RuntimeModules.java | 1330 |
org/jomc/ri/model/RuntimePersons.java | 111 |
org/jomc/ri/model/RuntimeProperties.java | 222 |
org/jomc/ri/model/RuntimeSpecifications.java | 274 |
this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } this.gcOrClearArguments( gc, clear ); |
File | Line |
---|---|
org/jomc/ri/model/RuntimeArgument.java | 136 |
org/jomc/ri/model/RuntimeArguments.java | 212 |
org/jomc/ri/model/RuntimeAuthor.java | 99 |
org/jomc/ri/model/RuntimeAuthors.java | 111 |
org/jomc/ri/model/RuntimeDependencies.java | 163 |
org/jomc/ri/model/RuntimeImplementationReference.java | 100 |
org/jomc/ri/model/RuntimeImplementations.java | 321 |
org/jomc/ri/model/RuntimeInstances.java | 163 |
org/jomc/ri/model/RuntimeMessageReference.java | 100 |
org/jomc/ri/model/RuntimeMessages.java | 222 |
org/jomc/ri/model/RuntimeModule.java | 115 |
org/jomc/ri/model/RuntimeModules.java | 1330 |
org/jomc/ri/model/RuntimePerson.java | 99 |
org/jomc/ri/model/RuntimePersons.java | 111 |
org/jomc/ri/model/RuntimeProperties.java | 222 |
org/jomc/ri/model/RuntimeProperty.java | 165 |
org/jomc/ri/model/RuntimePropertyReference.java | 100 |
org/jomc/ri/model/RuntimeSpecification.java | 207 |
org/jomc/ri/model/RuntimeSpecificationReference.java | 100 |
org/jomc/ri/model/RuntimeSpecifications.java | 274 |
this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } |
File | Line |
---|---|
org/jomc/ri/model/RuntimeDependency.java | 146 |
org/jomc/ri/model/RuntimeImplementation.java | 301 |
org/jomc/ri/model/RuntimeModule.java | 150 |
( (RuntimeModelObject) this.getDocumentation() ).clear(); } } if ( this.getMessages() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getMessages() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getMessages() ).clear(); } } if ( this.getProperties() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getProperties() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getProperties() ).clear(); } } |
File | Line |
---|---|
org/jomc/ri/model/RuntimeMessage.java | 179 |
org/jomc/ri/model/RuntimeModule.java | 120 |
org/jomc/ri/model/RuntimeSpecification.java | 212 |
if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } if ( this.getTemplate() instanceof RuntimeModelObject ) |
File | Line |
---|---|
org/jomc/ri/model/RuntimeAuthor.java | 86 |
org/jomc/ri/model/RuntimeDependency.java | 98 |
org/jomc/ri/model/RuntimeImplementationReference.java | 87 |
org/jomc/ri/model/RuntimeMessageReference.java | 87 |
org/jomc/ri/model/RuntimeModule.java | 102 |
org/jomc/ri/model/RuntimePerson.java | 86 |
org/jomc/ri/model/RuntimePropertyReference.java | 87 |
org/jomc/ri/model/RuntimeSpecificationReference.java | 87 |
this.setDocumentation( RuntimeModelObjects.getInstance().copyOf( this.getDocumentation() ) ); } } // SECTION-END // SECTION-START[RuntimeModelObject] public void gc() { this.gcOrClear( true, false ); } public void clear() { this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) |
File | Line |
---|---|
org/jomc/ri/model/RuntimeArgument.java | 141 |
org/jomc/ri/model/RuntimeArguments.java | 217 |
org/jomc/ri/model/RuntimeAuthor.java | 104 |
org/jomc/ri/model/RuntimeAuthors.java | 116 |
org/jomc/ri/model/RuntimeDependencies.java | 168 |
org/jomc/ri/model/RuntimeImplementationReference.java | 105 |
org/jomc/ri/model/RuntimeImplementations.java | 326 |
org/jomc/ri/model/RuntimeInstances.java | 168 |
org/jomc/ri/model/RuntimeMessage.java | 179 |
org/jomc/ri/model/RuntimeMessageReference.java | 105 |
org/jomc/ri/model/RuntimeMessages.java | 227 |
org/jomc/ri/model/RuntimeModules.java | 1335 |
org/jomc/ri/model/RuntimePerson.java | 104 |
org/jomc/ri/model/RuntimePersons.java | 116 |
org/jomc/ri/model/RuntimeProperties.java | 227 |
org/jomc/ri/model/RuntimeProperty.java | 170 |
org/jomc/ri/model/RuntimePropertyReference.java | 105 |
org/jomc/ri/model/RuntimeSpecificationReference.java | 105 |
org/jomc/ri/model/RuntimeSpecifications.java | 279 |
if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getDocumentation() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getDocumentation() ).clear(); } } |
File | Line |
---|---|
org/jomc/ri/model/RuntimeAuthors.java | 98 |
org/jomc/ri/model/RuntimeDependency.java | 98 |
org/jomc/ri/model/RuntimePersons.java | 98 |
this.getAuthor().set( i, RuntimeModelObjects.getInstance().copyOf( a ) ); } } // SECTION-END // SECTION-START[RuntimeModelObject] public void gc() { this.gcOrClear( true, false ); } public void clear() { this.gcOrClear( false, true ); } private void gcOrClear( final boolean gc, final boolean clear ) { if ( this.getAuthors() instanceof RuntimeModelObject ) { if ( gc ) { ( (RuntimeModelObject) this.getAuthors() ).gc(); } if ( clear ) { ( (RuntimeModelObject) this.getAuthors() ).clear(); } } if ( this.getDocumentation() instanceof RuntimeModelObject ) |
File | Line |
---|---|
org/jomc/ri/model/RuntimeImplementation.java | 111 |
org/jomc/ri/model/RuntimeInstance.java | 136 |
this.setImplementations( RuntimeModelObjects.getInstance().copyOf( this.getImplementations() ) ); } if ( this.getMessages() != null ) { this.setMessages( RuntimeModelObjects.getInstance().copyOf( this.getMessages() ) ); } if ( this.getProperties() != null ) { this.setProperties( RuntimeModelObjects.getInstance().copyOf( this.getProperties() ) ); } if ( this.getSpecifications() != null ) { this.setSpecifications( RuntimeModelObjects.getInstance().copyOf( this.getSpecifications() ) ); } } /** * Gets the location URI used for locating instances of this implementation. * <p>This method queries an internal cache for a result object to return. If no cached result object is available, * this method queries the super-class for a result object to return and caches the outcome of that query for use on * successive calls.</p> * <p><b>Note:</b><br/>Method {@code clear()} must be used to synchronize the state of the internal cache with the * state of the instance, should the state of the instance change.</p> * * @return The location URI used for locating instances of this implementation or {@code null}, if instances of this * implementation do not need to be located. * * @throws ModelObjectException if parsing the location to an {@code URI} object fails. * * @see #getLocation() * @see #clear() */ @Override public URI getLocationUri() throws ModelObjectException |