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 219031 - [73cat][java][Editor]Allow user to disable Import classes dialog on code paste
Summary: [73cat][java][Editor]Allow user to disable Import classes dialog on code paste
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All Mac OS X
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 03:12 UTC by manikantannaren
Modified: 2013-04-19 12:57 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description manikantannaren 2012-09-26 03:12:38 UTC
When copying and pasting code, is it possible for
1. Showing the dialog only for Conflicting imports
2. Allow the user to tick a checkbox "Do it without asking"

The reason is copying and pasting code is a very normal occurence and the dialog is very annoying.
Comment 1 Dusan Balek 2012-12-17 08:21:16 UTC
Unfortunately, NB 7.3 is already feature frozen. Marking as an enhancement for the next release.
Comment 2 szd 2013-04-19 12:57:33 UTC
This is especially annoying when copy/pasting within the very same source file.

Also, NB wants to import interface constants that are visible to the class (either via "implements" or class inheritance).