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 61989

Summary: constructor CompletionJListOperator() is no more present in jellyttols
Product: qa Reporter: Marian Mirilovic <mmirilovic>
Component: JellytoolsAssignee: Martin Schovanek <mschovanek>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2005-08-09 15:56:04 UTC
I've fixed some our performance tests, one of them was JavaCompletion test. I'd
found very usefull contructor CompletionJListOperator(), but after my
implementation (means after few minutes), it disapears from the jellytools. 
Why ?????

FYI:
http://jellytools.netbeans.org/source/browse/jellytools/src/org/netbeans/jellytools/modules/editor/CompletionJListOperator.java?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h
Comment 1 Marian Mirilovic 2005-08-09 17:13:03 UTC
Hopefully fixed, ohoho ....

It's unbelievable how should be building of one module complicated, really we
have to do something with this .... I just hope, I didn't brake anything...
Comment 2 Marian Mirilovic 2005-08-09 17:15:55 UTC
still doesn't work ;( I think the best solution is rollback the changes Martin
made before ....
Comment 3 Martin Schovanek 2005-08-10 14:37:47 UTC
I fixed the IllegalStateException, hope it will work for you.
Comment 4 Marian Mirilovic 2005-08-26 10:16:47 UTC
Thanks, verified