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 - constructor CompletionJListOperator() is no more present in jellyttols
Summary: constructor CompletionJListOperator() is no more present in jellyttols
Status: VERIFIED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Schovanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 15:56 UTC by Marian Mirilovic
Modified: 2005-09-05 10:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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