This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 193655 - Wrong implementation of isSimpleRunCommand()
Summary: Wrong implementation of isSimpleRunCommand()
Status: RESOLVED DUPLICATE of bug 196748
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: PC All
: P3 normal (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-20 16:14 UTC by Andrew Krasny
Modified: 2011-03-16 19:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2010-12-20 16:14:03 UTC
Now isSimpleRunCommand() is for identifying either profiling should be used or not. It gives false positive answer in case when 'Run Command' is a script name without any parameters (like /tmp/launcher.sh)

So in this case profiler is started against this script...
Comment 1 Thomas Preisler 2011-03-16 19:55:20 UTC

*** This bug has been marked as a duplicate of bug 196748 ***
Comment 2 Thomas Preisler 2011-03-16 19:57:17 UTC
See evaluation in 196748. It will detect most common (but not all) ways of using runners and not start profiler.