[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1630) import * doesn't work in package header.
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Sun Oct 5 22:19:21 EDT 2008
[ https://jira.jboss.org/jira/browse/JBRULES-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Proctor updated JBRULES-1630:
----------------------------------
Fix Version/s: 5.0.0.M3
Assignee: Michael Neale (was: Mark Proctor)
> import * doesn't work in package header.
> ----------------------------------------
>
> Key: JBRULES-1630
> URL: https://jira.jboss.org/jira/browse/JBRULES-1630
> Project: JBoss Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools-guvnor
> Affects Versions: 4.0.4, 4.0.5, 4.0.6, 4.0.7
> Environment: Windows XP SP2, JDK 1.5.0_15, Apache Tomcat 6.0.16, BRMS 4.0.7
> Reporter: Yuriy Drozhdzhal'
> Assignee: Michael Neale
> Fix For: 5.0.0.M3
>
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list