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 136639 - Generated JAX-RPC client code with 'Call websv operation' syntax highligting errors
Summary: Generated JAX-RPC client code with 'Call websv operation' syntax highligting ...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-RPC (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 1 vote (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 129645
Blocks: 135841
  Show dependency tree
 
Reported: 2008-06-06 12:21 UTC by msmall
Modified: 2009-09-30 16:05 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 msmall 2008-06-06 12:21:55 UTC
When generating code via right-click->Web service client resources->Call web service operation, the editor highlights
all the code as having syntax errors, although the code compiles.

To replicate:

1 Create new web application.
2 Create new web service client - jax-rpc client with any rpc web service.
3 Create new class
4 Generate code to call the web service client via 'right-click->Web service client resources->Call web service operation'
5 Compile project.

Compilation works, editor shows hints and syntax highlighting errors on the generated code that calls the client web
service.

Netbeans running on Windows XP, Sun JDK 1.5.  Project settings running sun jdk1.5
Comment 1 Jaroslav Pospisil 2008-06-17 16:46:56 UTC
This issue depends on issues 135841 and 129645. First one depends on it, and the second issue is the same case as this
in EJB module.
Comment 2 Milan Kuchtiak 2008-06-24 12:17:45 UTC
See also the issue 129645

Fix:
http://hg.netbeans.org/main?cmd=changeset;node=df6ba7a302c3
Comment 3 Jaroslav Pospisil 2008-06-30 16:58:40 UTC
Still reproducible in both trunk (build 200806300002) and M1. Reopening.
Comment 4 Jaroslav Pospisil 2008-06-30 17:03:40 UTC
I've got three projects with this error opened (java app, appclient and web app) - when I closed one of them and opened
again, all three were refreshed and red lines vanished.
Comment 5 Milan Kuchtiak 2009-09-30 16:05:22 UTC
The issue is already fixed.
The common infrastructure was implemented for generated java sources.
See the issue 105645.