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 - Remove old FindDialog implementation
Summary: Remove old FindDialog implementation
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2012-09-25 14:53 UTC by Milutin Kristofic
Modified: 2012-10-11 11:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed patch (87.94 KB, patch)
2012-09-25 16:11 UTC, Milutin Kristofic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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