< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/ClassSelector.java

Print this page

        

*** 279,289 **** * if the binding of the body of the class cannot be defered * and needs to be done immediately. If the flag is false, * the binding of the body will be done later, to avoid * cyclic binding problem. * @param referer ! * The component that refers to <tt>sc</tt>. This can be null, * if figuring out the referer is too hard, in which case * the error message might be less user friendly. */ // TODO: consider getting rid of "cannotBeDelayed" CTypeInfo _bindToClass( @NotNull XSComponent sc, XSComponent referer, boolean cannotBeDelayed ) { --- 279,289 ---- * if the binding of the body of the class cannot be defered * and needs to be done immediately. If the flag is false, * the binding of the body will be done later, to avoid * cyclic binding problem. * @param referer ! * The component that refers to {@code sc}. This can be null, * if figuring out the referer is too hard, in which case * the error message might be less user friendly. */ // TODO: consider getting rid of "cannotBeDelayed" CTypeInfo _bindToClass( @NotNull XSComponent sc, XSComponent referer, boolean cannotBeDelayed ) {
*** 421,431 **** bean.javadoc += '\n'+doc+'\n'; } /** ! * Set of package names that are tested (set of <code>String</code>s.) * * This set is used to avoid duplicating "incorrect package name" * errors. */ private static Set<String> checkedPackageNames = new HashSet<String>(); --- 421,431 ---- bean.javadoc += '\n'+doc+'\n'; } /** ! * Set of package names that are tested (set of {@code String}s.) * * This set is used to avoid duplicating "incorrect package name" * errors. */ private static Set<String> checkedPackageNames = new HashSet<String>();
< prev index next >