MCPcopy Create free account
hub / github.com/beanshell/beanshell / parseFields

Method parseFields

src/bsh/util/ClassBrowser.java:139–146  ·  view source on GitHub ↗
( Field[] fields )

Source from the content-addressed store, hash-verified

137 }
138
139 String [] parseFields( Field[] fields ) {
140 String [] sa = new String [ fields.length ] ;
141 for(int i=0; i< sa.length; i++) {
142 Field f = fields[i];
143 sa[i] = f.getName();
144 }
145 return sa;
146 }
147
148 Constructor [] getPublicConstructors( Constructor [] constructors ) {
149 Vector v = new Vector();

Callers 1

setFieldListMethod · 0.95

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected