eclipse-qvto / org.eclipse.qvto

Eclipse Public License 2.0
0 stars 1 forks source link

TCT28: IES Translation (org\eclipse\m2m\internal\qvt\oml\ast\parser) #457

Open eclipse-qvt-oml-bot opened 1 week ago

eclipse-qvt-oml-bot commented 1 week ago

| --- | --- | | Bugzilla Link | 277032 | | Status | NEW | | Importance | P3 normal | | Reported | May 19, 2009 19:04 EDT | | Modified | May 24, 2009 14:57 EDT | | Version | 2.0 | | Reporter | Tushara |

Description

Hi,

In the file eclipse\plugins\org.eclipse.m2m.qvt.oml\org\eclipse\m2m\internal\qvt\oml\ast\parser\ValidationMessages.properties, we came across the following sentence:

Only one parameter in given extent is allowed in main

What does main refer to here?\ Does it mean main method or something else?

Could you pls help to check and confirm?\ Thanks a lot in advance

eclipse-qvt-oml-bot commented 1 week ago

By Sergey Boyko on May 24, 2009 14:57

In reply to comment #1

In message \ "Only one parameter in given extent is allowed in main" word 'main' refers to main() method (entry point of the transformation).

Equivalent message is:\ "Only one parameter in given extent is allowed in main() method"