This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 251409
Collapse All | Expand All

(-)a/refactoring.api/src/org/netbeans/modules/refactoring/api/WhereUsedQuery.java (+5 lines)
Lines 67-72 Link Here
67
    public static final String SEARCH_IN_COMMENTS = "SEARCH_IN_COMMENTS"; // NOI18N
67
    public static final String SEARCH_IN_COMMENTS = "SEARCH_IN_COMMENTS"; // NOI18N
68
    /**
68
    /**
69
     * key for {@link #getBooleanValue()}
69
     * key for {@link #getBooleanValue()}
70
     * is search in binary requested?
71
     */
72
    public static final String SEARCH_IN_BINARY = "SEARCH_IN_BINARY"; // NOI18N
73
    /**
74
     * key for {@link #getBooleanValue()}
70
     * is find references requested?
75
     * is find references requested?
71
     */
76
     */
72
    public static final String FIND_REFERENCES = "FIND_REFERENCES"; // NOI18N
77
    public static final String FIND_REFERENCES = "FIND_REFERENCES"; // NOI18N

Return to bug 251409