benyuan

Results 41 comments of benyuan

> 具体分析发现,如果有提取分析头文件这个操作就会导致出现这个错误,不知道是不是这个导致的,如果检查很少的文件没有分析头文件的这一步的话,就没有问题,麻烦你们给个解决方法吧,非常感谢 > > ![image](https://user-images.githubusercontent.com/38681237/60406948-1268f900-9beb-11e9-9f22-fc5dc6508479.png) 提示为空,可能是没有发现问题。 你可以用测试用例,或者故意修改一个错误,然后尝试下扫描

如果方便,可以具体定位下是那个文件导致错误的,屏蔽掉或者提供给我们,用于定位问题

Is there any xml tags? Or the result.xml is completely empty

你好,C#的资源检查没有覆盖StreamWriter。如果有其他案例,可以继续反馈。谢谢支持

> 在使用python执行cmd的时候没有这个错误了,但是使用stderr作为结果输出依然是个奇怪的设计 这个设计确实有失妥当,但主要目标是和C++工具保持一致。 推荐的使用方法是 tsclua.exe --xml src 2>result.xml

Can you plz paste the compiler error here

> 1. 在Linux系统下检查sample目录下的cpp代码:./tscancode --xml cpp/ 2>result.xml > 在result.xml中只有下述信息,并无结果信息。 > ![image](https://user-images.githubusercontent.com/8955728/61772329-8f6f4300-ae24-11e9-9818-252fbf6f4113.png) > 2. 在windows系统下(win7 or win server2016):.\tscancode --xml cpp/ 2>result.xml > 会新建result.xml文件,但文件为空。 > > 请问是我的使用方式有问题吗? 请使用绝对路径 xxxxx/cpp/

> > > 1. 在Linux系统下检查sample目录下的cpp代码:./tscancode --xml cpp/ 2>result.xml > > > 在result.xml中只有下述信息,并无结果信息。 > > > ![image](https://user-images.githubusercontent.com/8955728/61772329-8f6f4300-ae24-11e9-9818-252fbf6f4113.png) > > > 2. 在windows系统下(win7 or win server2016):.\tscancode --xml cpp/ 2>result.xml > > >...

> 请问一下,linux版本怎么标记误报,window版本的误报配置文件是否可以给linux版本用?谢谢 你好,误报标记在UI中开发,误报功能需要使用UI。 当前还是建议在windows下使用。