Google Code Exporter

Results 11117 issues of Google Code Exporter

``` Hi, I am using "exactly" behavior as seen in this page: https://code.google.com/p/mockitopp/source/browse/trunk/test/src/test_verify.cpp ?r=138 My code: ASSERT_TRUE(mock_splice(&TestInterface::kill).atLeast(1); Following error occurs: error: 'mockitopp::detail::dynamic_vfunction_base' is not an accessible base of 'mockitopp::detail::dynamic_vfunction' /usr/include/mockitopp/detail/stubbing/dynamic_vfunction.hpp:43:15:...

bug

``` it seems that they changed the member function pointer internals compiler error: C:\dev\st_trunk\OpenAgent\BuildUtilities\Cpp\include\mockitopp/detail/stubbing/p roxy_vfunction.hpp(142): error C2440: 'reinterpret_cast' : cannot convert from 'void (__thiscall Communicator::CRequestHandler::* )(Communicator::CCommunicatorImpl &)' to 'void *(__thiscall...

bug

``` What steps will reproduce the problem? 1. Import gameemap.py (attached) 2. Look at the resulting UML for class _GameMapsManager 3. Look particularly at the attribute 'relations' What is the...

auto-migrated
Type-Defect
Priority-Medium
Component-Parsing

``` What steps will reproduce the problem? 1. Save a workspace 2. Type a name but don't add the .pyns extension 3. Try opening the file later What is the...

enhancement
auto-migrated
Type-Defect
Priority-Medium

``` What steps will reproduce the problem? 1. Import source code involving one to many associations 2. View the uml workspace 3. Look at the lines/edges produced What is the...

enhancement
auto-migrated
Type-Enhancement
Component-UI
Priority-Medium
Milestone-Release1.7

``` What steps will reproduce the problem? 1. Create test.py class Test(object): def __init__(self): pass def big_universe(self, why_not, agree=False): if agree: print "Agreed!" def testing(hello_str): print 'This works', hello_str*3 if...

enhancement
auto-migrated

``` Tame the large pynsourceGui classes and break them up into smaller pieces of functionality. ``` Original issue reported on code.google.com by `[email protected]` on 15 Jul 2012 at 2:32

auto-migrated
Type-Enhancement
Component-UI
Priority-Medium

``` What steps will reproduce the problem? 1. Parse class GraphRendererOgl: def __init__(self, graph, oglcanvas): self.graph = graph 2. Look at the resulting uml produced for the 'graph' attribute. What...

Priority-Low
auto-migrated
Type-Defect
Component-Parsing

``` Steps to reproduce: 1. import the attached example into pynsource 2. look for the uml result of scanning self.datamodelProxy.setData(2) Expected output: class should have a uml attribute called "datamodelProxy"...

auto-migrated
Type-Defect
Priority-Medium
Component-Parsing

``` Hello, first of all…. Your plugin is AMAZING, WONDERFUL… And, I have used it a while… to experiment how it works… Works well, spite the fact that I think...

Type-Defect
Priority-Medium
auto-migrated