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 61411 - missng end bracket in JSP Java CC for methods without arguments
Summary: missng end bracket in JSP Java CC for methods without arguments
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: REGRESSION
: 65529 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-26 15:01 UTC by Martin Schovanek
Modified: 2006-02-21 13:54 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 Martin Schovanek 2005-07-26 15:01:44 UTC
[#200507131800, jdk1.4.2]

eg: <% "".toSt|
completes: <% "".toString(
instead:   <% "".toString()

The same case in Java Editor works fine.
Comment 1 Martin Schovanek 2005-10-05 13:58:25 UTC
Added REGRESSION keyword as requested by pblaha.
Comment 2 Jiri Kovalsky 2005-10-19 14:00:41 UTC
Please fix this in NetBeans 5.0.
Comment 3 Jiri Kovalsky 2005-10-19 14:22:15 UTC
*** Issue 65529 has been marked as a duplicate of this issue. ***
Comment 4 Petr Pisl 2005-11-10 13:50:33 UTC
I don't know why this is so important bug to have fix-in-50 status whiteboard.
Marek, do you know, why the java code completion has different behavior in this
case in our editor?
Comment 5 Martin Schovanek 2005-11-10 14:04:29 UTC
I think the fix-in-50 is appropriate. Issues like this is rally annoying in the
Editor context because you can meet it thousands of times each day.
Comment 6 Marek Fukala 2005-11-21 15:32:38 UTC
fixed

Checking in JspMultiSettingsInitializer.java;
/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JspMultiSettingsInitializer.java,v
 <--  JspMultiSettingsInitializer.java
new revision: 1.18; previous revision: 1.17
done
Comment 7 Jiri Kovalsky 2006-02-21 13:54:23 UTC
Works fine in NetBeans 5.0 FCS build #200601251500.