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 98907 - code completion throws report problem dialog
Summary: code completion throws report problem dialog
Status: RESOLVED DUPLICATE of bug 98861
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-26 05:34 UTC by deepakjacob
Modified: 2007-11-05 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Error Log Netbeans <HOME>/dev/var/log (36.18 KB, application/octet-stream)
2007-03-26 19:05 UTC, deepakjacob
Details

Note You need to log in before you can comment on or make changes to this bug.
Description deepakjacob 2007-03-26 05:34:21 UTC
Issue : 

class aClass {
     JButton jButton;

     aClass() {
          jButton = new JButton("P);
     }   
}
 

Note that JButton label in the constructor lacks a double quotes (") at the end.
If u try to continue to type in without ending double quotes it will bring up
report problem dialog.


If ending double quote is present , there is no issue !
Comment 1 deepakjacob 2007-03-26 05:36:10 UTC
netbeans version  : netbeans 6 build 200703231900
Comment 2 Jiri Prox 2007-03-26 07:13:29 UTC
Can you attach your messages.log, please?
Comment 3 deepakjacob 2007-03-26 19:05:31 UTC
Created attachment 39966 [details]
Error Log Netbeans <HOME>/dev/var/log
Comment 4 deepakjacob 2007-03-26 19:08:46 UTC
please see the attached log. please note that i was using nb 5.5. when i opened
nb 6 for the first time it asked me whether i need to import 5.5's setting. i
pressed ok. can it be a mismatch plbm ?
Comment 5 Dusan Balek 2007-03-27 08:52:04 UTC
Already fixed. Thanks for the report.

*** This issue has been marked as a duplicate of 98861 ***