All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bear.1.0.3.source-code.findConsoleBugs.txt Maven / Gradle / Ivy

The newest version!
//    static {
//        final PrintStream stream = new PrintStream(new FileOutputStream(".bear/logs/test.log"){
//            @Override
//            void print(char[] s)
//            {
//                super.print(s)
//                if(new String(s).contains("fx")){
//                    println "ok"
//                }
//            }
//
//            @Override
//            void write(int b)
//            {
//                super.write(b)
//            }
//
//            @Override
//            void write(byte[] buf, int off, int len)
//            {
//                super.write(buf, off, len)
//                if(new String(buf, off, len).contains("fx - null")){
//                    println "ok"
//                }
//            }
//        });
//
//        System.setOut(stream);
//
//    }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy