Bugzilla – Attachment 3 Details for
Bug 13
Readable names for function arguments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ability to change existing paramater name
functiontype.diff (text/plain), 361 bytes, created by
Sven Gothel
on 2003-06-21 15:01:00 CEST
(
hide
)
Description:
Ability to change existing paramater name
Filename:
MIME Type:
Creator:
Sven Gothel
Created:
2003-06-21 15:01:00 CEST
Size:
361 bytes
patch
obsolete
>--- orig/FunctionType.java 2003-06-08 21:27:10.000000000 +0200 >+++ new/FunctionType.java 2003-06-21 23:44:00.000000000 +0200 >@@ -94,6 +94,11 @@ > argumentNames.add(argumentName); > } > >+ public void setArgumentName(int i, String name) >+ { >+ argumentNames.set(i,name); >+ } >+ > public String toString() { > return toString(null); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 13
: 3 |
4
|
5