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

Method errorWhileMapping

src/bsh/classpath/BshClassPath.java:847–852  ·  view source on GitHub ↗
( String s )

Source from the content-addressed store, hash-verified

845 }
846
847 void errorWhileMapping( String s ) {
848 if ( mappingFeedbackListener != null )
849 mappingFeedbackListener.errorWhileMapping( s );
850 else
851 System.err.println( s );
852 }
853
854 void endClassMapping() {
855 if ( mappingFeedbackListener != null )

Callers 1

mapMethod · 0.95

Calls 2

errorWhileMappingMethod · 0.65
printlnMethod · 0.65

Tested by

no test coverage detected