Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:sbluhm:branches:systemsmanagement:Uyuni:Master:Other:EL
ws-jaxme
ws-jaxme-0.5.2-proxygenerator.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ws-jaxme-0.5.2-proxygenerator.patch of Package ws-jaxme
--- ws-jaxme-0.5.2/src/js/org/apache/ws/jaxme/js/pattern/CompiledClassReflector.java 2005-07-28 21:47:58.000000000 +0200 +++ ws-jaxme-0.5.2/src/js/org/apache/ws/jaxme/js/pattern/CompiledClassReflector.java 2017-10-06 17:25:25.213569086 +0200 @@ -34,18 +34,7 @@ * {@link JavaSource}.</p> */ protected JavaMethod getMethod(JavaSource pSource, Method pMethod) { - JavaMethod method = pSource.newJavaMethod(pMethod.getName(), - JavaQNameImpl.getInstance(pMethod.getReturnType()), - JavaSource.PUBLIC); - Class[] classes = pMethod.getParameterTypes(); - for (int i = 0; i < classes.length; i++) { - method.addParam(classes[i], "arg" + i); - } - Class[] exceptions = pMethod.getExceptionTypes(); - for (int i = 0; i < exceptions.length; i++) { - method.addThrows(exceptions[i]); - } - return method; + return pSource.newJavaMethod(pMethod); } /** Returns the compiled class being used to gather information.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor