tool

UML tool for reverse engineering an eclipse project

匿名 (未验证) 提交于 2019-12-03 03:05:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am currently working on a project in Eclipse but the problem is that this project is very big (a lot of codes, classes, packages, etc) and undocumented. Since, the project is written in Java, my idea was to make a reverse enineering of the project to see his architecture in UML. Do you know an eclipse plugin who can complete this task very easily? Thanks for your answer !! 回答1: I think MoDisco is what you are looking for ( here for a short intro) 回答2: It seems that the question is dealing with Eclipse plugin therefore Modisco and StartUML

Comparison of static code analysis tools in Linux? [closed]

匿名 (未验证) 提交于 2019-12-03 03:04:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: Has anyone done any comparisons on static code analysis tools available to Linux? What are the strengths and weaknesses of the following tools: Lintian, Sparse, Splint, RATS, Using the -Wall option. Would you consider that using just one of these tools is adequate? I'm not looking for recommendations (I can find plenty of those) but direct comparisons between available tools. 回答1: There is of course the wikipedia list . That list is just that, a list, and not a comparison, but one of the links on the page seems to at least

PostgreSQL data comparsion tool

匿名 (未验证) 提交于 2019-12-03 03:04:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am looking for a tool/command which can compare data between two PostgreSQL databases. The reason to do this is to have some external verification that the SQL script responsible for data migration from one PostgreSQL database to the other have been written correctly. Any pointers would be appreciated regards Sameer 回答1: EMS makes a tool which can do this. http://sqlmanager.net/en/products/postgresql/dbcomparer 回答2: The PostgreSQL site has a nice Software catalogue . Peruse the Administration/development tools category. 文章来源: PostgreSQL

java jstack tool insufficient memory or insufficient privilege to attach

匿名 (未验证) 提交于 2019-12-03 02:59:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am really confused about: In my windows 2008r2, I have a windows service, in fact it's a java progress running as SYSTEM user. Now, I use Jstack rawly to the the service. But it occur error : insufficient memory or insufficient privilege to attach But if I use Jstack's options -F , it can work finely. I view the jdk's source, It uses a class BugSpotAgent to finish above. I want to know the root cause I can't use Jstack rawly, is it the SYSTEM user privilege problem? I also have try to use PsExec.exe (a tool) to run my Jstack rawly(That

Looking for a tool to help me analyze and understand others' code [closed]

匿名 (未验证) 提交于 2019-12-03 02:59:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am looking for a tool to help me to more quickly grasp someone else's code. Usually I am working with 10-15 method call chunks scattered across 3-5 modules (DLLs or .NET assemblies). What I am after is a tool which could be used to draw an annotated call diagram in 10-30 minutes. I think it should look like a some kind of combination of a workflow and combination UML diagrams without the monstrosity of UML editors. Just drop a dozen rectangles on the screen, add a method name to each (and optionally: module name, parameters, etc). Add a

pgadmin4 query tool always comes back not connected

匿名 (未验证) 提交于 2019-12-03 02:59:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Q: How can I diagnose and correct problems with the Query tool connection. Using pgAdmin4 1.0-rc1 to connect to a local host "PostgreSQL 9.5.3, compiled by Visual C++ build 18..." I can connect and drill down to my schema. I use the context menu to select 'Query tool'. The editor shows the correct database@host:port in the editor header bar. When I execute a simple query, or any query select 1 as first; I get the message "Not conencted to the server or the connection to the server has been closed. instead of the expected results. The editor

How to setup kdiff3 in Mac OS?

匿名 (未验证) 提交于 2019-12-03 02:51:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: In .gitconfig file I setup up the git diff as follows: [diff] tool = kdiff3 [difftool "kdiff3"] path = path_directory/kdiff3.app In this setting kdiff is not accessible and I get the following error when I run in terminal >> git difftool The diff tool kdiff3 is not available as 'Kdiff_local_software_path/kdiff3.app' fatal: external diff died, stopping at modified_file Do you have any suggestion I can fix this issue ? In my current setup Mac OS 10.10.5 git diff tool is git merge tool that I want to replace with kdiff. 回答1: kdiff3 is generally

High quality alternatives to HP (Mercury) Quality Center? [closed]

匿名 (未验证) 提交于 2019-12-03 02:51:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I'm looking for a more developer friendly alternative to HP (Mercury) Quality Center. I'm interested to find out what other tools developers & testers are using out there to manage their functional and regression test cases. 回答1: Feel free to take a look at our software TestRail . TestRail is a fresh and modern approach to test management (e.g., all real-time statistics and activity charts are built-in and are always visible; there's not need to run complicated reports etc.). alt text http://www.gurock.com/images/feature/testrail

In ANTLR 3, how do I generate a lexer (and parser) at runtime instead of ahead of time?

匿名 (未验证) 提交于 2019-12-03 02:50:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want to generate an antlr lexer at runtime -- that is, generate the grammar and from the grammar generate the lexer class, and its supporting bits at runtime. I am happy to feed it into the the java compiler, which is accessible at runtime. 回答1: Here's a quick and dirty way to: generate a combined (!) ANTLR grammar .g file given a String as grammar-source, and create a Parser & Lexer from this .g file, compile the these Parser & Lexer .java files, create instances of the Parser & Lexer classes and invoke the entry point of the parser. Main

React.js throttle mousemove event keep throwing event.persist() error

匿名 (未验证) 提交于 2019-12-03 02:45:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I need to throttle the mousemove event, and I follow the tips below to build the method, but doesn't work: Perform debounce in React.js Here is my code ( http://jsbin.com/binesofepo/edit?js,console,output ): class Tool extends Component { constructor(props) { super(props); this._onMouseMove = _.throttle(this._onMouseMove.bind(this), 1000) } render() { return ( <div ref="tool" className="tool"> <div ref="toolBody" className="tool__body" onMouseMove={this._onMouseMove}></div> </div> ) } _onMouseMove(e) { e.persist() console.log(e.screenX) } }