Skip to content

Commit

Permalink
Merge 96d918f
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiovandewaeter committed Jul 18, 2024
2 parents 847cf8b + 96d918f commit 1a94bd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ FamixValueUnknownType >> isPrimitiveType [
^ false
]

{ #category : #'*Famix-Value-Entities-Extensions' }
FamixValueUnknownType >> methods [

^ { }
]

{ #category : #'*Famix-Value-Entities-Extensions' }
FamixValueUnknownType >> typeName [

Expand Down
4 changes: 2 additions & 2 deletions src/Famix-Value-Importer/FamixJavaEntityFinder.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ FamixJavaEntityFinder >> parseTypeName: name [
ifTrue: [ "Search by translating the type name to a mooseName."
self findTypeWithMooseName:
((typeName allButLast: dimensions * 2)
copyWithRegex: '\.|\$'
matchesReplacedWith: '::') ].
copyReplaceAll: '.'
with: '::') ].
^ dimensions > 0
ifFalse: [ type ]
ifTrue: [
Expand Down

0 comments on commit 1a94bd0

Please sign in to comment.