[jboss-jira] [JBoss JIRA] Created: (JBRULES-1630) import * doesn't work in package header.

Yuriy Drozhdzhal' (JIRA) jira-events at lists.jboss.org
Mon Jun 2 07:13:21 EDT 2008


import * doesn't work in package header.
----------------------------------------

                 Key: JBRULES-1630
                 URL: http://jira.jboss.com/jira/browse/JBRULES-1630
             Project: JBoss Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: drools-brms
    Affects Versions: 4.0.7, 4.0.6, 4.0.5, 4.0.4
         Environment: Windows XP SP2, JDK 1.5.0_15, Apache Tomcat 6.0.16, BRMS 4.0.7
            Reporter: Yuriy Drozhdzhal'
         Assigned To: Mark Proctor


import * doesn't work in package header.

Example:

There is a jar file which contains class com.example.Hello.
Import this jar file to package models.
Type import com.example.*; in package header.
Try to validate package. Got error couldn't find class com.example.*.
Then try to replace import com.example.*; by import com.example.Hello; in package header.
Try to validate package. Validation complete with no errors.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list