You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Ueslei Lima (Jira)" <ji...@apache.org> on 2021/04/09 11:23:00 UTC

[jira] [Created] (CXF-8456) wadl2java plugin generates classes names with invalid identifiers

Ueslei Lima created CXF-8456:
--------------------------------

             Summary: wadl2java plugin generates classes names with invalid identifiers
                 Key: CXF-8456
                 URL: https://issues.apache.org/jira/browse/CXF-8456
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 3.4.3
            Reporter: Ueslei Lima


Whenever the resource path has numbers on it it is generating invalid class names, in this specific case below, adding numbers in front of it:
{code:java}
<ns2:resource path="api/1.0/admin/banner">{code}
 
{code:java}
 com/atlassian/bitbucket/server/0AdminBannerResource.java:[15,17] <identifier> expected
{code}
 

File: https://docs.atlassian.com/bitbucket-server/rest/7.11.2/bitbucket-rest.wadl

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)