Lines Matching refs:println
306 System.out.println("Note: there were " + fullyQualifiedNoteCount + in execute()
308 System.out.println(" You should check your configuration for typos."); in execute()
309 …System.out.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#unknownclas… in execute()
315 System.out.println("Note: there were " + classMemberNoteCount + in execute()
317 System.out.println(" You should check your configuration for typos."); in execute()
323 System.out.println("Note: there were " + getAnnotationNoteCount + in execute()
325 System.out.println(" You should consider keeping the annotation attributes"); in execute()
326 System.out.println(" (using '-keepattributes *Annotation*')."); in execute()
327 …System.out.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#attributes)… in execute()
333 System.out.println("Note: there were " + getSignatureNoteCount + in execute()
335 System.out.println(" You should consider keeping the signature attributes"); in execute()
336 System.out.println(" (using '-keepattributes Signature')."); in execute()
337 …System.out.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#attributes)… in execute()
343 System.out.println("Note: there were " + getEnclosingClassNoteCount + in execute()
345 System.out.println(" You should consider keeping the inner classes attributes"); in execute()
346 System.out.println(" (using '-keepattributes InnerClasses')."); in execute()
347 …System.out.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#attributes)… in execute()
353 System.out.println("Note: there were " + getEnclosingMethodNoteCount + in execute()
355 System.out.println(" You should consider keeping the enclosing method attributes"); in execute()
356 System.out.println(" (using '-keepattributes InnerClasses,EnclosingMethod')."); in execute()
357 …System.out.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#attributes)… in execute()
363 System.out.println("Note: there were " + descriptorNoteCount + in execute()
365 … System.out.println(" You should consider explicitly keeping the mentioned classes"); in execute()
366 System.out.println(" (using '-keep')."); in execute()
367 …System.out.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#descriptorc… in execute()
373 System.out.println("Note: there were " + libraryNoteCount + in execute()
375 …System.out.println(" You don't need to keep library classes; they are already left unchanged.… in execute()
376 …System.out.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#libraryclas… in execute()
382 System.out.println("Note: there were " + dynamicClassReferenceNoteCount + in execute()
384 … System.out.println(" You should check if you need to specify additional program jars."); in execute()
385 …System.out.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#dynamicalcl… in execute()
391 System.out.println("Note: there were " + classForNameNoteCount + in execute()
393 … System.out.println(" You might consider explicitly keeping the mentioned classes and/or"); in execute()
394 System.out.println(" their implementations (using '-keep')."); in execute()
395 …System.out.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#dynamicalcl… in execute()
401 System.out.println("Note: there were " + getmemberNoteCount + in execute()
403 … System.out.println(" You should consider explicitly keeping the mentioned class members"); in execute()
404 System.out.println(" (using '-keep' or '-keepclassmembers')."); in execute()
405 …System.out.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#dynamicalcl… in execute()
412 System.err.println("Warning: there were " + classReferenceWarningCount + in execute()
414 … System.err.println(" You may need to add missing library jars or update their versions."); in execute()
415 …System.err.println(" If your code works fine without the missing classes, you can suppress… in execute()
416 System.err.println(" the warnings with '-dontwarn' options."); in execute()
420 …System.err.println(" You may also have to remove the option '-skipnonpubliclibraryclasses'… in execute()
423 …System.err.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#unresolv… in execute()
429 System.err.println("Warning: there were " + dependencyWarningCount + in execute()
431 … System.err.println(" You must avoid such dependencies, since the program classes will"); in execute()
432 … System.err.println(" be processed, while the library classes will remain unchanged."); in execute()
433 …System.err.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#dependen… in execute()
439 System.err.println("Warning: there were " + programMemberReferenceWarningCount + in execute()
441 System.err.println(" Your input classes appear to be inconsistent."); in execute()
442 System.err.println(" You may need to recompile the code."); in execute()
443 …System.err.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#unresolv… in execute()
449 System.err.println("Warning: there were " + libraryMemberReferenceWarningCount + in execute()
451 System.err.println(" You probably need to update the library versions."); in execute()
455 System.err.println(" Alternatively, you may have to specify the option "); in execute()
456 System.err.println(" '-dontskipnonpubliclibraryclassmembers'."); in execute()
461 …System.err.println(" You may also have to remove the option '-skipnonpubliclibraryclasses'… in execute()
464 …System.err.println(" (http://proguard.sourceforge.net/manual/troubleshooting.html#unresolv… in execute()
482 System.out.println("Note: you're ignoring all warnings!"); in execute()
488 System.out.println("Ignoring unused library classes..."); in execute()
489 … System.out.println(" Original number of library classes: " + originalLibraryClassPoolSize); in execute()
490 System.out.println(" Final number of library classes: " + libraryClassPool.size()); in execute()