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.

Bug 218995

Summary: Remove old FindDialog implementation
Product: editor Reporter: Milutin Kristofic <mkristofic>
Component: SearchAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED FIXED    
Severity: normal Keywords: API_REVIEW_FAST
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Proposed patch

Description Milutin Kristofic 2012-09-25 14:53:47 UTC
Remove old implementation
Comment 1 Milutin Kristofic 2012-09-25 16:11:28 UTC
Created attachment 124893 [details]
Proposed patch

I would like to remove:

R editor.lib/src/org/netbeans/editor/FindSupport.java
R editor.lib/src/org/netbeans/editor/ext/FindDialogPanel.form
R editor.lib/src/org/netbeans/editor/ext/FindDialogPanel.java
R editor.lib/src/org/netbeans/editor/ext/FindDialogSupport.java

and

  [sigtest] Class org.netbeans.editor.ext.ExtKit$FindAction
  [sigtest]   "E1.2 - API type removed" : CLASS public static org.netbeans.editor.ext.ExtKit$FindAction
  [sigtest] 
  [sigtest] Class org.netbeans.editor.ext.ExtKit$ReplaceAction
  [sigtest]   "E1.2 - API type removed" : CLASS public static org.netbeans.editor.ext.ExtKit$ReplaceAction
Comment 2 Milutin Kristofic 2012-10-08 11:39:44 UTC
http://hg.netbeans.org/jet-main/rev/7779ef4f9dbd
Comment 3 Quality Engineering 2012-10-09 02:05:40 UTC
Integrated into 'main-golden', will be available in build *201210090002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7779ef4f9dbd
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #218995 - Remove old FindDialog implementation