Opened 9 years ago
Closed 9 years ago
#3410 closed defect (fixed)
listFile ignores listing nested classes
Reported by: | Adeel Asghar | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.9.3 |
Component: | Interactive Environment | Version: | trunk |
Keywords: | Cc: | Adrian Pop |
Description
If a class is contained in a package then listFile
doesn't list the contents of the nested class.
Attachments (2)
Change History (8)
by , 9 years ago
comment:1 by , 9 years ago
Cc: | added |
---|
comment:2 by , 9 years ago
Milestone: | Future → 1.9.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 9 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
by , 9 years ago
comment:4 by , 9 years ago
Try b.mos
. We should use P1.M1
when doing loadString
for M1
to get the correct error messages.
comment:5 by , 9 years ago
What is wrong with that output? I think it is the expected output. P1.M1 is not part of the same file as P1, so it is not printed.
comment:6 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Yeah, i guess you are right. I was thinking it wrong. I need to handle somethings differently in OMEdit now :).
Note:
See TracTickets
for help on using tickets.
Fixed in 69e3bd0.