viatra / EMF-IncQuery

This repository is only kept for historic reasons. All development happens on eclipse.org
http://eclipse.org/viatra
13 stars 4 forks source link

Package declaration mismatch is ignored inside eiq files #156

Closed istvanrath closed 11 years ago

istvanrath commented 12 years ago

If an eiq file declares a package that is different from the package it is actually in, no error/warning is reported. I think this should be fixed.

abelhegedus commented 12 years ago

The package declaration and the eiq location has no connection. The package declaration only affects the placement and FQN of generated code.

abelhegedus commented 12 years ago

Obviously, if you beleive that this should be otherwise, I guess you could persuade/force such a change :)

istvanrath commented 12 years ago

.. and I think this is an unnecessary source for confusion. I think we should at least add a validator and a warning message to gently push the user to synchronize the package declarations and the eiq packages.

istvanrath commented 12 years ago

I think this has been solved in the meantime.

ujhelyiz commented 12 years ago

Apparently not. :D (as @bergmanngabor asked ;) )

ujhelyiz commented 11 years ago

Migrated to https://bugs.eclipse.org/bugs/show_bug.cgi?id=398791