Community
Participate
Working Groups
Build Identifier: 20110505-1223 When trying to assign a value to an Integer variable using '=' (x = 10;), the parser gives the following error: "Right part is untyped", while it does not give any if using '+=' (x += 10;). And moreover, which namespace should one use for accessing primitive types? (We tried 'UML::AuxiliaryTypes::PrimitiveTypes::Integer' and 'Alf::Library::PrimitiveTypes::Integer' without any success). Reproducible: Always
Created attachment 196440 [details] error screenshot
I don't have this problem on Papyrus 0.8.2 updated yesterday using the nightly repository. Maybe it has been solved?
These two bugs have been fixed in 0.8.2. Note that UML primitive types are now visible without qualification. (Sorry for the reply delay).