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

Method classMapping

src/bsh/classpath/BshClassPath.java:840–845  ·  view source on GitHub ↗
( String msg )

Source from the content-addressed store, hash-verified

838 }
839
840 void classMapping( String msg ) {
841 if ( mappingFeedbackListener != null ) {
842 mappingFeedbackListener.classMapping( msg );
843 } else
844 System.err.println( "Mapping: "+msg );
845 }
846
847 void errorWhileMapping( String s ) {
848 if ( mappingFeedbackListener != null )

Callers 1

mapMethod · 0.95

Calls 2

classMappingMethod · 0.65
printlnMethod · 0.65

Tested by

no test coverage detected